In-app subscription doesn't show test card

Viewed 349
  • I have implemented in-app subscriptions in my Android app and followed Instructions :

  • I have added one email as license tester which is present in my device(release build).
    But it doesn't show test card but shows real card.

  • Also I have uploaded release build my app to Internal test track but result is same as above.

Can anyone tell me what I did wrong?

2 Answers

So, finally what I did to make it work:

  • I have removed all Google Accounts from my device.
  • Then, cleared Play Store data.
  • I added only single google account in the device that I have registered as license tester, now it is showing test card.

Add your Google Play Store email in License Testing menu.

Google Console -> Setup -> License Testing
Related