Why does Account Kit no longer send codes via SMS to my Android app?
I have an Android app with Account Kit based SMS verification. The app is not on the Play Store yet, as it is still in development. Previously we have managed to use Account Kit with no trouble at all. We have multiple developers working on the app who have had no issue with receiving Account Kit SMSes on the dev version of the app. We tend to re-install the app several times a week, which is why we go through the SMS verification flow quite regularly.
However, one fine day, we stopped receiving SMS codes for Account Kit, across any device running the dev version of our app.
Is it possible that we surpassed some quota? This is happening even when we run our app on devices with phone numbers we haven't used before. I could not find any documentation specifying a quota for dev version of apps...
java android facebook-android-sdk account-kit
add a comment |Â
I have an Android app with Account Kit based SMS verification. The app is not on the Play Store yet, as it is still in development. Previously we have managed to use Account Kit with no trouble at all. We have multiple developers working on the app who have had no issue with receiving Account Kit SMSes on the dev version of the app. We tend to re-install the app several times a week, which is why we go through the SMS verification flow quite regularly.
However, one fine day, we stopped receiving SMS codes for Account Kit, across any device running the dev version of our app.
Is it possible that we surpassed some quota? This is happening even when we run our app on devices with phone numbers we haven't used before. I could not find any documentation specifying a quota for dev version of apps...
java android facebook-android-sdk account-kit
add a comment |Â
I have an Android app with Account Kit based SMS verification. The app is not on the Play Store yet, as it is still in development. Previously we have managed to use Account Kit with no trouble at all. We have multiple developers working on the app who have had no issue with receiving Account Kit SMSes on the dev version of the app. We tend to re-install the app several times a week, which is why we go through the SMS verification flow quite regularly.
However, one fine day, we stopped receiving SMS codes for Account Kit, across any device running the dev version of our app.
Is it possible that we surpassed some quota? This is happening even when we run our app on devices with phone numbers we haven't used before. I could not find any documentation specifying a quota for dev version of apps...
java android facebook-android-sdk account-kit
I have an Android app with Account Kit based SMS verification. The app is not on the Play Store yet, as it is still in development. Previously we have managed to use Account Kit with no trouble at all. We have multiple developers working on the app who have had no issue with receiving Account Kit SMSes on the dev version of the app. We tend to re-install the app several times a week, which is why we go through the SMS verification flow quite regularly.
However, one fine day, we stopped receiving SMS codes for Account Kit, across any device running the dev version of our app.
Is it possible that we surpassed some quota? This is happening even when we run our app on devices with phone numbers we haven't used before. I could not find any documentation specifying a quota for dev version of apps...
java android facebook-android-sdk account-kit
java android facebook-android-sdk account-kit
asked Aug 7 '17 at 13:36
Ismail Khan
308111
308111
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
It's possible that your app was caught by the abuse filters. If your logins to messages sent ratio is low, the app might get blacklisted by spam protection filters because most of the SMS messages being sent out did not result in a successful login.
Try going to the "Did not get a code" screen and select either receiving a phone call or getting a Facebook notification (if you have your number hooked up to your FB account) and see if the code arrives.
If not, you can also try taking your app out of "Dev mode" temporarily and see if it works.
If none of those works, contact Facebook's dev support with your app id to diagnose what's blocking you: https://developers.facebook.com/tools-and-support/
(Please do not post your app id on message boards here)
We successfully received a code via phone call, which tells me the spam protection is not the issue. Also managed with Facebook notification. We've have Dev mode turned off in one of our apps, and we still see a problem.
â Ismail Khan
Aug 10 '17 at 9:56
@IsmailKhan are you able to solve this issue? We are also using facebook account is our application and many customers are reporting that sms are not received.
â hhsadiq
Mar 13 at 6:02
@hhsadiq , we switched to Firebase Phone Auth and have not had any trouble since. So no, didnâÂÂt solve it :(
â Ismail Khan
Mar 13 at 6:11
Thanks for prompt reply. Firebase Phone Auth works fine with ported numbers? One of our company's engineer says that firebase had some issues in delivering sms codes to ported numbers in Pakistan.
â hhsadiq
Mar 13 at 10:26
add a comment |Â
After wasting an entire day on this, I stumbled upon the Account Kit website which has a passwordless authentication itself and allows users to login to the website using their phones.
I tried to log in using my phone. And I still did not receive the confirmation SMS.
I don't know what's wrong, but I don't think it has anything to do with your code.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
It's possible that your app was caught by the abuse filters. If your logins to messages sent ratio is low, the app might get blacklisted by spam protection filters because most of the SMS messages being sent out did not result in a successful login.
Try going to the "Did not get a code" screen and select either receiving a phone call or getting a Facebook notification (if you have your number hooked up to your FB account) and see if the code arrives.
If not, you can also try taking your app out of "Dev mode" temporarily and see if it works.
If none of those works, contact Facebook's dev support with your app id to diagnose what's blocking you: https://developers.facebook.com/tools-and-support/
(Please do not post your app id on message boards here)
We successfully received a code via phone call, which tells me the spam protection is not the issue. Also managed with Facebook notification. We've have Dev mode turned off in one of our apps, and we still see a problem.
â Ismail Khan
Aug 10 '17 at 9:56
@IsmailKhan are you able to solve this issue? We are also using facebook account is our application and many customers are reporting that sms are not received.
â hhsadiq
Mar 13 at 6:02
@hhsadiq , we switched to Firebase Phone Auth and have not had any trouble since. So no, didnâÂÂt solve it :(
â Ismail Khan
Mar 13 at 6:11
Thanks for prompt reply. Firebase Phone Auth works fine with ported numbers? One of our company's engineer says that firebase had some issues in delivering sms codes to ported numbers in Pakistan.
â hhsadiq
Mar 13 at 10:26
add a comment |Â
It's possible that your app was caught by the abuse filters. If your logins to messages sent ratio is low, the app might get blacklisted by spam protection filters because most of the SMS messages being sent out did not result in a successful login.
Try going to the "Did not get a code" screen and select either receiving a phone call or getting a Facebook notification (if you have your number hooked up to your FB account) and see if the code arrives.
If not, you can also try taking your app out of "Dev mode" temporarily and see if it works.
If none of those works, contact Facebook's dev support with your app id to diagnose what's blocking you: https://developers.facebook.com/tools-and-support/
(Please do not post your app id on message boards here)
We successfully received a code via phone call, which tells me the spam protection is not the issue. Also managed with Facebook notification. We've have Dev mode turned off in one of our apps, and we still see a problem.
â Ismail Khan
Aug 10 '17 at 9:56
@IsmailKhan are you able to solve this issue? We are also using facebook account is our application and many customers are reporting that sms are not received.
â hhsadiq
Mar 13 at 6:02
@hhsadiq , we switched to Firebase Phone Auth and have not had any trouble since. So no, didnâÂÂt solve it :(
â Ismail Khan
Mar 13 at 6:11
Thanks for prompt reply. Firebase Phone Auth works fine with ported numbers? One of our company's engineer says that firebase had some issues in delivering sms codes to ported numbers in Pakistan.
â hhsadiq
Mar 13 at 10:26
add a comment |Â
It's possible that your app was caught by the abuse filters. If your logins to messages sent ratio is low, the app might get blacklisted by spam protection filters because most of the SMS messages being sent out did not result in a successful login.
Try going to the "Did not get a code" screen and select either receiving a phone call or getting a Facebook notification (if you have your number hooked up to your FB account) and see if the code arrives.
If not, you can also try taking your app out of "Dev mode" temporarily and see if it works.
If none of those works, contact Facebook's dev support with your app id to diagnose what's blocking you: https://developers.facebook.com/tools-and-support/
(Please do not post your app id on message boards here)
It's possible that your app was caught by the abuse filters. If your logins to messages sent ratio is low, the app might get blacklisted by spam protection filters because most of the SMS messages being sent out did not result in a successful login.
Try going to the "Did not get a code" screen and select either receiving a phone call or getting a Facebook notification (if you have your number hooked up to your FB account) and see if the code arrives.
If not, you can also try taking your app out of "Dev mode" temporarily and see if it works.
If none of those works, contact Facebook's dev support with your app id to diagnose what's blocking you: https://developers.facebook.com/tools-and-support/
(Please do not post your app id on message boards here)
answered Aug 9 '17 at 20:12
Pouya Larjani
35928
35928
We successfully received a code via phone call, which tells me the spam protection is not the issue. Also managed with Facebook notification. We've have Dev mode turned off in one of our apps, and we still see a problem.
â Ismail Khan
Aug 10 '17 at 9:56
@IsmailKhan are you able to solve this issue? We are also using facebook account is our application and many customers are reporting that sms are not received.
â hhsadiq
Mar 13 at 6:02
@hhsadiq , we switched to Firebase Phone Auth and have not had any trouble since. So no, didnâÂÂt solve it :(
â Ismail Khan
Mar 13 at 6:11
Thanks for prompt reply. Firebase Phone Auth works fine with ported numbers? One of our company's engineer says that firebase had some issues in delivering sms codes to ported numbers in Pakistan.
â hhsadiq
Mar 13 at 10:26
add a comment |Â
We successfully received a code via phone call, which tells me the spam protection is not the issue. Also managed with Facebook notification. We've have Dev mode turned off in one of our apps, and we still see a problem.
â Ismail Khan
Aug 10 '17 at 9:56
@IsmailKhan are you able to solve this issue? We are also using facebook account is our application and many customers are reporting that sms are not received.
â hhsadiq
Mar 13 at 6:02
@hhsadiq , we switched to Firebase Phone Auth and have not had any trouble since. So no, didnâÂÂt solve it :(
â Ismail Khan
Mar 13 at 6:11
Thanks for prompt reply. Firebase Phone Auth works fine with ported numbers? One of our company's engineer says that firebase had some issues in delivering sms codes to ported numbers in Pakistan.
â hhsadiq
Mar 13 at 10:26
We successfully received a code via phone call, which tells me the spam protection is not the issue. Also managed with Facebook notification. We've have Dev mode turned off in one of our apps, and we still see a problem.
â Ismail Khan
Aug 10 '17 at 9:56
We successfully received a code via phone call, which tells me the spam protection is not the issue. Also managed with Facebook notification. We've have Dev mode turned off in one of our apps, and we still see a problem.
â Ismail Khan
Aug 10 '17 at 9:56
@IsmailKhan are you able to solve this issue? We are also using facebook account is our application and many customers are reporting that sms are not received.
â hhsadiq
Mar 13 at 6:02
@IsmailKhan are you able to solve this issue? We are also using facebook account is our application and many customers are reporting that sms are not received.
â hhsadiq
Mar 13 at 6:02
@hhsadiq , we switched to Firebase Phone Auth and have not had any trouble since. So no, didnâÂÂt solve it :(
â Ismail Khan
Mar 13 at 6:11
@hhsadiq , we switched to Firebase Phone Auth and have not had any trouble since. So no, didnâÂÂt solve it :(
â Ismail Khan
Mar 13 at 6:11
Thanks for prompt reply. Firebase Phone Auth works fine with ported numbers? One of our company's engineer says that firebase had some issues in delivering sms codes to ported numbers in Pakistan.
â hhsadiq
Mar 13 at 10:26
Thanks for prompt reply. Firebase Phone Auth works fine with ported numbers? One of our company's engineer says that firebase had some issues in delivering sms codes to ported numbers in Pakistan.
â hhsadiq
Mar 13 at 10:26
add a comment |Â
After wasting an entire day on this, I stumbled upon the Account Kit website which has a passwordless authentication itself and allows users to login to the website using their phones.
I tried to log in using my phone. And I still did not receive the confirmation SMS.
I don't know what's wrong, but I don't think it has anything to do with your code.
add a comment |Â
After wasting an entire day on this, I stumbled upon the Account Kit website which has a passwordless authentication itself and allows users to login to the website using their phones.
I tried to log in using my phone. And I still did not receive the confirmation SMS.
I don't know what's wrong, but I don't think it has anything to do with your code.
add a comment |Â
After wasting an entire day on this, I stumbled upon the Account Kit website which has a passwordless authentication itself and allows users to login to the website using their phones.
I tried to log in using my phone. And I still did not receive the confirmation SMS.
I don't know what's wrong, but I don't think it has anything to do with your code.
After wasting an entire day on this, I stumbled upon the Account Kit website which has a passwordless authentication itself and allows users to login to the website using their phones.
I tried to log in using my phone. And I still did not receive the confirmation SMS.
I don't know what's wrong, but I don't think it has anything to do with your code.
edited Nov 10 at 23:36
answered Nov 10 at 20:20
Dawit Abraham
316
316
add a comment |Â
add a comment |Â
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid â¦
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid â¦
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f45548291%2fwhy-does-account-kit-no-longer-send-codes-via-sms-to-my-android-app%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown