Salman Khakwani
Salman Khakwani

Reputation: 6714

How to Test In App Purchase Without Paying Real Money

I am trying to implement In-App purchase in my Android Application. My Application's status of Play-Store is Unpublished. I using an authorized account for testing, But whenever i try to purchase a product in my Application using a Test Account, Play Store asks me for Credit Card details.
I have been researching on this problem , but haven't find an appropriate solution yet. Any help is highly appreciated. Thanks

Screen Shots:
1.

2.

3.

Upvotes: 2

Views: 2397

Answers (2)

Kingfisher Phuoc
Kingfisher Phuoc

Reputation: 8200

If You don't have a CC, you must test with Static Respond. If you test with real money, you will be refunded. Don't worry about the test money, It will definitely be refunded (For me, it takes about 1 month).

Upvotes: 1

Prmths
Prmths

Reputation: 2032

The Hell of Testing Google Play in-ap Bililng makes it look like payment info is needed.

When you use a test account to purchase items, the test account is billed through Google Checkout and your Google Checkout Merchant account receives a payout for the purchase. Therefore, you may want to refund purchases that are made with test accounts, otherwise the purchases will show up as actual payouts to your merchant account

Seems an odd system but it may be the answer you were looking for. Hope it helps.

Upvotes: 4

Related Questions