MayurDev
MayurDev

Reputation: 199

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

I have to integrate In-app subscription in my android application. For that, I have followed all the instructions as per this URL. I also getting my subscription product information with price but I can not getting dialog for testing account.For example, image for in-app subscription test-accounts It always ask me to use Payment methods for real transactions as per below image:image for in-app subscription test-accounts.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. Please give me any suggestion for where I am doing wrong.

Upvotes: 1

Views: 442

Answers (1)

MayurDev
MayurDev

Reputation: 199

Finally, I resolved the issue.I have to remove permissions for test accounts, which I refer from this link

Test accounts have three limitations:

  1. Test account users can make purchase requests only within apps that are already uploaded to your publisher account (although the app doesn't need to be published).
  2. Test accounts can only be used to purchase items that are listed (and published) in an app's product list
  3. Test account users do not have access to your publisher account and cannot upload apps to your publisher account.

Upvotes: 2

Related Questions