I'm trying to register a new app on Instagram.
However, I'm not getting passed the Account Verification screen.
I inputted my cellphone number several times, but I'm not receiving an sms with the required code.
Anyone else having this problem or with a solution?
Thanks in advance!
Related
I am developing an app wherein the users use either email and phone to perform registration.
Users can enter their email or phone for log in, I want the same OTP to be sent to mobile and email simultaneously. Please Help!
If you want to work only with Firebase Authentication, then there is not any suitable solution that meets your requirement.
Some limitations you can find with Firebase are Firebase Authentication Limits and Phone number sign-in limits.
However the alternative solution is using third-party SMS gateway. through with you can send OTP to phone number as well as to email also simultaneously.
Lets assume you already have mechanism to generate OTP and verify OTP from android app.
Now the problem is how to send OTP to the user's email.
One of solution is using MailGun service to send email from your backend.
Also, if you want to templating your email, you can use library called handlebar
Hi I only have a mobile device and am only learning, a complete novice. I have tried for days now to get help from Google without success.
Over a week ago my Gmail stopped working correctly, I can receive an email but when I try to create and send an email or reply to a received email a message pops up stating " Gmail requires one or more Google Play Services that are not currently available. Please contact the Developer for assistance" Please can you help.
Also about six months ago I used to have an Email app and Gmail app both synced together but all of a sudden the Email app stopped. Any help on this issue.
I am trying to activate sandboxes. When I enter my mobile no which is in sync with my live account which has a domain like #outlook.com which I am not receiving the code to my phone.
Even tried in incognito but no luck.
Initially when i tried a few months back no phone no is asked which directly worked with my no.
Now it is asking for phone code to authorize.
Please help
If you are seeing the "MSA account requires additional verification steps" message, the Microsoft account that you use to sign into Microsoft Docs may need verification if you haven't used that account for a while, or if your account requires email or phone verification. You will need to resolve your account login issue through https://support.microsoft.com to use it on Microsoft Docs.
MVA Learning also has an active support forum here.
Other things to note:
You can use any phone number for verification as long as it meets the requirements. The phone number that you enter for verification isn't stored as a contact number for the account.
A Voice-over-IP (VoiP) phone number can't be used for the phone verification process.
Check that your phone can receive calls or SMS messages from a United States-based telephone number.
Double-check the phone number that you enter, including the country code that you select in the drop-down menu.
If your phone doesn't receive text messages (SMS), try the Call me option.
The MS learn help page may also be useful, but I would suggest reaching out to support.
I am trying to set up a node.js app as listener for twilio inbound sms.I have created a twilio account which gave me trial sandbox number(USA).
Using this trial number I was able to successfully send SMS to verified mobile numbers But when I send SMS to the sandbox trial number my app is not able to receive the same and twilio logs also didn't show up the inbound SMS details.
I have configured the end point in twilio SMS URL and the end point is accessible.
Are there any restrictions for inbound SMLS for twilio trial sandbox number. I have sent multiple messages to the number but still no luck.
Please note am trying to send SMS to a US twilio sandbox number from India. Could you suggest what I am missing.
Twilio Developer Evangelist here,
I apologize for this issue you are running into. I have just recreated this issue, as did another member of my team. A bug report has been filed.
Keep in mind, you can still obtain a unique Twilio number while using a trial account. See the Getting Started page to get your Twilio number. This will allow you to use our API while still being on a trial account. The limitations of trial accounts can be found here.
Thanks for bringing this to our attention, we'd love to mail you a Twilio t-shirt to say thank you. Since Stack Overflow doesn't allow for private messaging, please shoot me a private message on twitter to #br0dan with your address and t-shirt size.
I tried to do a Google Wallet Integration , I am able to successfully use the createWalletButton API. On clicking the button , I am asked to login to Google Wallets - which is successful as well. But the call to retreive the wallet information fails. The following error is displayed:
Uh-Oh. There was a problem. Sorry, Google Wallet couldn’t complete your request. Please return to the merchant to choose a different payment method, or try again later. Error: 62 (121217125033+0530)
The same error is also seen when trying to call the requestMaskedWallet API. Please advise.
A prompt response will be helpful and much appreciated.
I am getting the error problem in Google Sample App : Instant Buy
Downloaded Sample Instant Buy App
As you are trying to use the Web/JS API for Instant Buy the access to Sandbox for that is to be first requested from Google - http://getinstantbuy.withgoogle.com/ after you are given sandbox access and Merchant ID etc (which you may have seen is required to be in the JWTs), you will be able to use it.