sajjoo
sajjoo

Reputation: 6614

Android In app billing

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

Answers (2)

Garjpreet Singh
Garjpreet Singh

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

Jovan
Jovan

Reputation: 1741

Did you publish your product? And there did you set you price?

Upvotes: 1

Related Questions