Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to specify login credentials for Google Play reviewer

I'm submitting an app to Google Play that requires a user account. I'm assuming the reviewer will need credentials in order to review the app, but I'm not seeing a place to specify those in Google Play Console and I'm not able to find any documentation around it. I've attached a screenshot of the equivalent interface in App Store Connect. How does this work in Google Play? Do we wait for the reviewer to ask for it, or are we supposed to include it somehow in the Android App Bundle?

App Review Information iOS

like image 374
David Jones Avatar asked Nov 13 '19 18:11

David Jones


People also ask

How do I specify login credentials for Google Play review?

Sign in to your Play Console. On the left menu, scroll all the way down and select "App content" Select "App access" Select "All or some functionality is restricted" and enter your login credentials and save.


3 Answers

The currently selected answer has gotten a little out of date. It's no longer necessary to force your app into the under-13's category thankfully, now you can change credentials from:

App Content > App Access > Manage > All or some functionality is restricted > + Add new instructions

This has a free text field for a human reviewer. Alternatively you can also provide automation credentials for the crawler. Find those at:

Pre-launch report > Settings > Test account credentials > Provide Credentials

For the automation you can provide the exact field ID for the bot to enter the creds BUT it only works if you have a username and a password. It can't be used for a license key for example.

like image 73
Nick Cardoso Avatar answered Oct 28 '22 04:10

Nick Cardoso


I figured this out after I had already drafted the question. I figured I would go ahead and submit with an answer in case it helps anyone else.

In Google Play Console, you can provide credentials by going to Store presence > App content. Then go through the "Target audience and content" guide. You can specify your test credentials on step 2. However, here's the part that tripped me up: in order to get to step 2, you must indicate that your app targets children under 13 (otherwise, it will skip step 2). I'm not sure if this is a bug or part of Google's policy, but it seemed odd to me. I'm publishing a business tool that is targeted to professional adults, not children, but adding children to my targeting was the only way to provide the credentials the reviewer will need.

like image 45
David Jones Avatar answered Oct 28 '22 02:10

David Jones


As we have experienced, App review is bit different in Google than Apple.

In our project, same as yours it has a login module which is the passport to the app. We have never shared the login credentials to Google but for Apple it was mandatory.

Additionally there have been constant changes happening in Google in terms of app review and app rejection ( targets children under 13 has been introduced last year i believe). Google may consider login details in future for all the apps but currently its not.

like image 3
Jacks Avatar answered Oct 28 '22 02:10

Jacks