Android In-App Sandbox setting error for a particular Gmail ID

人走茶凉 提交于 2019-12-21 09:09:11

问题


My Project is in Plyatore beta. The project contains subscription as monthly and yearly. So I added a Sandbox settings with 8 Gmail id's for testing the subscription.Then I configure each Gmail id in device account settings, only two Id is getting purchase dialog. Remaining 6 Gmail id's are getting one error message as "the item you requested is not available for purchase".

Is anyone has the same problem occurred, or anyone has the solution please help me to fix the issue. The mail id is separated with a comma in the sandbox filed in Playstore account. Also, each mail id has a valid credit card info.


回答1:


Go to this

https://play.google.com/apps/testing/com.yourcompany.yourapp

you will find a button allow currently logged in google mail account become beta tester of your app. Make sure you have upload an beta or alpha version of your app to google store.

Check list:

  1. Did you upload your app as Alpha or Beta version app
  2. Check if item that registered at Play store is same with what you used in your code.
  3. Check your package name, and Keystore file you used to build .
  4. Check if logged in gmail account is beta test account
  5. Check if you purchase you item at Play store that allowed. Eg: You enable your app at US store, but you logged in with China store account, you will not able buy item.
  6. Check you apk version: if your app version is lower than version registered at Google console , you will not able buy item.


来源:https://stackoverflow.com/questions/35054894/android-in-app-sandbox-setting-error-for-a-particular-gmail-id

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!