Reputation: 199
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, 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. Please give me any suggestion for where I am doing wrong.
Upvotes: 1
Views: 442
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:
Upvotes: 2