android 在应用购买中重置

android reset in app purchase

目前我正在测试我的应用程序的应用程序内购买。为此,我创建了一个 google 帐户作为测试帐户。

我用我的测试帐户购买了应用内选项。现在我想再次测试这个树枝,因为我更改了代码中的一些内容。

如何在应用程序购买中重置此设置? 这样我就可以一次又一次地购买以进行测试?

现在我每次都必须创建一个新的 google 帐户并在我的设备上恢复出厂设置。

这不可能是正确的方法,不是吗?

只需取消您的订单。使用 link 您应该通过电子邮件收到的“订单历史记录”,或者转到 Google 播放中的应用列表并从那里取消它。

http://developer.android.com/google/play/billing/billing_testing.html#testing-purchases

“正在取消已完成的测试购买”

In some cases, you might want to manually cancel a test purchase to continue testing. For canceling purchases, you have these options:

  • Wait for the transactions to expire—Google Play clears completed test purchases 14 days after their purchase date.
  • Cancel purchases manually—you can go to the Google payments merchant center, look up the transaction, and then cancel it. You can find transactions by looking up their order numbers.

You can cancel test subscriptions purchases from the app page in the Play Store, or use the cancel method.

你只需要做以下事情。

  1. 转到 Google Play 管理中心 (www.play.google.com) 并使用您的开发者帐户登录。
  2. 点击左侧菜单中的 'Order Management' 选项
  3. Select 您要重置的测试 'order'。
  4. 点击退款。确保 select 'Remove entitlement' 复选框。 这就对了。退款将在几分钟内提供。您可以转到您的应用程序并再次购买商品。