Reputation: 1596
Using in app purchase in my application. I have double checked the products are listed at playstore and in active states. plus the application is published but in beta testing. product ids using in my code is very same as in playstore. I'm testing the signed apk on phone.
Problem: whenever i click the button and try to get product it endup like this.
please help. thanks
Upvotes: 2
Views: 5311
Reputation: 1596
Step you need to follow, once launches an inapp products in your application.
once i followed all steps this error is gone. In my case it is because of tester's email :)
Upvotes: 5
Reputation: 29867
Possibly a caching problem with Google Play services. Clear out the cache and try again.
Upvotes: 0
Reputation: 1
I think, you might miss something but to get the missing part, you must share your code of InApp Billing section. By the way, you can also use the library project from https://github.com/anjlab/android-inapp-billing-v3.
Upvotes: 0
Reputation: 59
You have to use a different (test) account than the one you're signed in to the developer console with, and add it in the developer console.
Edit: see here: the item you requested is not available for purchase
Upvotes: 0