How to change Firebase Crash Reporting Email Language - email

I set up Crash Reporting in my app and receiving the report email in English a week ago. However, for the last 4 days, the email changed to Japanese. Howe to change the language back to English?
Email:
In Firebase Console -> Alert subscriptions, there are option to receive or not receive email. But not the language.
Alert subscriptions:
And my Default Language in Google account is English - United States
Google Account:

According #DougStevenson, it's a known bug and Firebase team is working on it.
Doug Stevenson's comment

Related

Firebase OTP SMS has two codes, one for verification and another that's always the same for all users [duplicate]

Used Firebase Phone Auth in my Android app.
The sms contains extra characters ntEc9wgP0/J at the end of the template.
Tried setting FirebaseAuth.getInstance().setLanguageCode("en")
Template language is set to English in Firebase console.
What can be the reason behind this?
This is my sms code template in firebase console.
%LOGIN_CODE% is your verification code for %APP_NAME%.
Firebase Phone Auth itself is working absolutely fine. What am I missing here?
EDIT : image of problem
EDIT2 : how it should be
I also faced the same issue in my case auto retrieval hash was only coming when otp sms length was below 53 characters so i contacted firebase support team regarding this .
As per firebase support team "If this is Android traffic then this is the appended auto-retrieval hash. We use the SMS Retriever API . So this extra characters are expected because these are the auto-retrieval hash"
** To Increase the character length you can change your app name on the google console.

How to register test number when using WhatsApp Business API

I'm trying to send test message on WhatsApp Business API
it took a day until I was shown a test number on "from" option
now I need to register the test phone but don't know how.
the register link take me to the configuration page,
but there is no option to register
Here is my WhatsApp account:
You can't add any testing phone numbers, Facebook App by default provides one, that you can see in From dropdown,
You can add only productions phone numbers, follow the below ways,
You can find the option in your Facebook App > Getting Started under WhatsApp menu,
Second, you can add from Your Business Setting,
Read more about how to register a phone number in WhatsApp Business,
https://developers.facebook.com/docs/whatsapp/phone-numbers
I also experienced this, it seems to be a bug in facebook itself or some lock in relation verified business, I did a test by creating a new business account and also a new application for this account , I activated whatsapp business and everything worked perfectly. But when I try to do the same procedure with an already verified account, the test number requests some kind of registration and also sends a notification that the test number was not approved. Unfortunately I haven't found any solution for this yet.
notification refused number

Set up Firebase email verification without Apple Developer Account

I'm currently working on an IOS app and I'm using Firebase to deal with all the logging in and authentication.
I would like to set up email verification but every tutorial online says that my Dynamic Link needs to be registered in Xcode as an "Associated Domain". It doesn't seem I can do that without a developer account which I don't want to buy just yet
Is there any way that I can set up email verification without paying for a developer account?
Thank you,
Ethan
You can use Firebase Authentication's email verification without setting up an associated domain The only difference is that in that case you can't automatically re-open the app when the user clicks the link, as that requires the domain association. So the user will have to (re) open the app themselves, but aside from that email verification itself will work fine.

Apple Developer Program Enrollment error - "Your enrollment could not be completed" [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 1 year ago.
Improve this question
I am trying to create an apple developer account for past 3 weeks. after selecting
"Select your entity type = Individual" and "Terms & Condition = agree"
an error appears saying "Your enrollment could not be completed". I called support several times and mailed several time they all just simply say at this moment you cannot enroll. when I ask for the reason they simply say they don't no. If they don't know who else would no? I am just stuck here. I cannot publish my app due to their error and they are not helping at all. really frustrating.
additional info:
after I click on the agree button
The browser does a POST to https://developer.apple.com/services-enrollment/submitIndividualEnrollment
Result of this POST is 406 with below json
{"responseId":"7d97f000-ab5e-4a26-9cc3-6498dc322f33","resultCode":202000,"resultString":"Your request could not be processed","userString":"Your request could not be processed","creationTimestamp":"2020-06-30T13:04:36Z","userLocale":"en_US","requestUrl":"https://developer.apple.com/services-enrollment/submitIndividualEnrollment","httpCode":406}
I had the same issue
Your enrollment in the Apple Developer Program could not be completed at this time.
I managed to sort it out through getting Apple Phone Support (Durind US working hours : Mon-Fri,9:00 AM–7:00 PM CST).
They sent me a couple of mails in which they had a link to upload my ID Proof.
Once I uploaded I contacted them in the same way. They got me verified my ID Proof and unlocked my enrollment. Then I did continue to the enrollment payments process
You can also use the mail support. But its a slow process of getting what we need from support
Contacting Apple Phone Support:-
Login to Apple Developer Console
Click Contact US in left menu
In the next page choose Membership and Account
In the next popup select Programme Enrolment
Select Phone in the Phone or Email
Enter your Phone Number. They will call in you within a couple of minutes
I had the same issue, ""Your enrollment could not be completed" and below the text "Your enrollment in the Apple Developer Program could not be completed at this time."
I found out that so many people have this issue and that Apple does not seem to help out, here is just one example: https://developer.apple.com/forums/thread/129762
I tried different browsers and credit cards without any luck. Then I suddenly managed to enroll from my iPhone, via web over CELLULAR, like this:
Disable wifi on iPhone
Follow through Apples enroll process https://developer.apple.com/programs/enroll/
I cannot go through the process again to verify, but this was the only changed parameter in my strategy. Hope this can help others.

Facebook graph api doesn't return currency

I have problem getting user local currency and usd-exchange rate from facebook, so this one: https://developers.facebook.com/docs/graph-api/reference/currency/
I'm trying to show my shop prices in local currency, just like fb shows prices in local currency in its own purchase dialog after facebook-purchase is launched.
I'm trying to get currency like this:
https://graph.facebook.com/v2.12/me?fields=id,name,currency&access_token=...
(Actually using Unity and Facebook's Unity SDK to do this, but exactly same thing happens when using url above.)
That have definitely worked before. I've also tried api version 3.2. It returns id and name, but no currency info of any kind. But it doesn't give any error message either, as it does with invalid fields.
I really can't find any useful info or help to this. Does getting currency require special permissions these days? But I can't find anything currency related from FB dev console App Review / Permissions and Features either.
Thanks!
Answering to my own question. It just seems that currency info is no longer available.
Starting from January 8th (2019) that field is no longer available for any apps:
https://developers.facebook.com/blog/post/2018/05/01/facebook-login-updates-further-protect-privacy/
There's discussion about this issue here, without any solution so far (may require having FB developer account to access):
https://developers.facebook.com/bugs/285780305453757/
There are some workarounds to get user currency like:
New way to detect Facebook API user currency
But that doesn't give you exchange rate to USD, so that isn't too helpful showing prices in local currency before Facebook's own purchase dialog is displayed.
Very unfortunate. Still, if someone knows way to get local currency and exchange rate that will surely match exchange rates used by FB, please let me know.