Testing Of In-app Billing Application
Solution 1:
if you are using
android.test.purchased
then you need not to upload your APK.if you are using your own product id then you have to upload APK and also you have to add a product with the same name you mentioned in your code. you have to publish only product (not application). Note you will not be able to buy product from your market profile ID. You have to setup a test account.
Solution 2:
There's an excellent step-by-step guide to implementing in-app billing here: http://developer.android.com/guide/market/billing/billing_integrate.html but indeed you have to hunt a bit for an answer to your question.
You do have to upload the application to the market but you don't have to publish it. You also have to create application extras (that which is purchased) and they DO have to be published.
- Server Side Can Do Something Similar To Mobile Side Comsumeasync() In Google Billing Library?
- How Can I Test In-app Payments When Google Play App Signing Feature Is Enabled?
- How To Draw Brushes Or Shape Using Path When Moving Finger Fast In Andorid Canvas (generate Missing Point When User Move Finger Fast)
Post a Comment for "Testing Of In-app Billing Application"