My app got rejected because below issue in play store

Viewed 33

enter image description here

can anyone help me with what I am doing mistakes because of the above reason my app got rejected I have already updated the test user I am trying to live my app close to the testing mode in beta but my app got rejected I have followed everything we don't know what information we need to fill and where . please help me .

1 Answers

You need to give the access so that google could properly test your app. In google Play Console go to your project. Go to App Content > App access enter image description here

Then you need to add Instructions. enter image description here

Then add Login information. Make sure that the username and password for the test user is correct and aren't restricted somehow (e.g location locked). The test user should also have all permission so that all of the features of the app can be tested. enter image description here

Then submit these instruction.

Related