Reputation: 6614
I am working on the in app billing in android and I have tested it with com.test.purchased product it and it works fine. but when i send my own product id in requestPurchase(..)
method which I have added and published on market. It does not show me its correct price it shows the default price which is 0.99. I have uploaded my app on market but have not published it. its in draft.
I want to know what could be the possible reason that i am not getting my product?
Upvotes: 0
Views: 139
Reputation: 126
Play store does not support draft applications for testing In App Purchases. If you want to test your in-app billing then you have to put your app in ALPHA TESTING on play store.
Upvotes: 0