Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to test in-App purchase in android?

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 ?

like image 442
hacker Avatar asked Dec 29 '11 08:12

hacker


1 Answers

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.

like image 111
hwrdprkns Avatar answered Oct 09 '22 07:10

hwrdprkns