本文介绍了针对特定Gmail ID的Android应用内Sandbox设置错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的项目是在Plyatore测试版。该项目包含每月和每年的订阅。因此,我添加了一个带有8个Gmail ID的Sandbox设置,用于测试订阅。然后,我在设备帐户设置中配置每个Gmail ID,但只有两个ID正在购买对话框。剩余的6个Gmail编号会收到一条错误消息,因为您请求的项目不可购买。

是否有人遇到同样的问题,或者任何人有解决方案,请帮我解决问题。邮件ID以Playstore帐户中提供的沙箱中的逗号分隔。此外,每个邮件ID都有一个有效的信用卡信息。

解决方案

前往此

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

你会发现一个按钮允许当前登录的谷歌邮件帐户成为你的应用程序的beta测试。
请确保您已将您的应用的测试版或Alpha版上传到Google商店。



检查清单:


  1. 是否将应用上传为Alpha版或Beta版应用 检查Play商店中注册的商品是否与您在代码中使用的商品相同。
  2. 检查您的软件包名称和您用来构建的密钥库文件。

  3. 检查登录的gmail帐户是否为beta测试帐户

  4. 检查您是否在Play商店购买了允许的商品。
    例如:您在美国商店启用了您的应用程序,但您使用中国商店帐户登录后,您将无法购买商品。

  5. 检查您的apk版本:如果您的应用版本低于在Google控制台中注册的版本,则您将无法购买商品。
  6. $ b

    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.

    解决方案

    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.

    这篇关于针对特定Gmail ID的Android应用内Sandbox设置错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 16:02