Android 应用内订阅:如何在不提供应用内订阅银行账户信息的情况下设置测试账户?

Android In-App Subscriptions: How to set testing accounts without giving bank accounts information for In-app subscription?

我必须在我的 android 应用程序中集成 应用程序内订阅。为此,我遵循了 URL. I also getting my subscription product information with price but I can not getting dialog for testing account.For example, It always ask me to use Payment methods for real transactions as per below image:.When I have added my credit card information, It have done real transaction and debited my money. I want to get test subscription instead of real transactions. I also refer this reference link 中的所有说明。请就我做错的地方给我任何建议。

最后,我解决了 issue.I 必须删除测试帐户的权限,我参考了这个 link

测试账户有三个限制:

  1. 测试帐户用户只能在应用内提出购买请求 已上传到您的发布商帐户(尽管该应用 不需要发表)。
  2. 测试帐户只能用于购买列出的项目 (并发布)在应用程序的产品列表中
  3. 测试帐户用户无权访问您的发布商帐户并且 无法将应用上传到您的发布商帐户。