I want to test in-App purchase before publishing.How do i create a test account for this ? Can anyone help me with all procedures need to be done ?

link|improve this question

72% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Try using this tutorial

http://developer.android.com/guide/market/billing/billing_testing.html

Basically, you need to make a specific/reserved product ID that you want to test your in-app purchase with. In particular, you can use the android.test.purchased product ID to simulate a successful purchase.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.