How to submit 2FA credentials for my app in google playstore console

Viewed 396

I have an app that requires checkmobi phone number verification for login. However, when app was published to playstore, it was rejected because login credentials were not supplied. How do I supply this sort of credentials to google playstore console

1 Answers

You need to provide it in the App Content section. Follow the steps.

  1. Click on App Content enter image description here
  2. Click on Manage for App Access. enter image description here
  3. Click on All or some functionality is restricted. enter image description here
  4. Click on Add new instructions. This dialog will appear. enter image description here
  5. Provide the auth phone number(In Username/Phone number) and otp(I password).
  6. Click on apply. It will be saved and create one more release and then your app will be published.
Related