简体   繁体   中英

How to provide demo account for Google Play Store if app uses only Google Sign-in Firebase?

My application is rejected due to not providing demo account for Google Play Store.

If I want to provide demo account there is like login and password field I need to fill in. But my application only supports Google sign-in via Firebase. In my case, what should I do?

Finally, after completing several steps my application is approved:

  1. Add content description to sign-in button in english. For example "Google sign-in button".
  2. Automatically fire up Google sign-in dialog after opening the activity/fragment/composable.
  3. Provide test Google account and instruction. You can do it by going: App Content -> App Access. Create test Google (Gmail) account. Don't add any kind of two-step authorization to your test google account.
  4. If you are using Firebase Google Authentication, don't forget to add sha1 and sha256 keys from Google Play Developer Console. You can get it by going: Release -> Setup -> App integrity -> App signing.

And finally after doing these steps if it doesn't work, just write them email understanding the situation. You can write email if your app is rejected from them. You can get email address from Google Play Developer Console once your app gets rejected.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM