Ketan
Ketan

Reputation: 443

How to separate test account purchase from real purchase in android in app billing?

I have implemented In App Purchase in my android app for purchasing items using the help and sample app provided on Google developer site.

I have set the test account to check the transactions on goggle wallet account.

Can any one tells me how to identify test account purchase vs real purchase, beacuse i want to show only real purchase request and data in our customized analytic.

There is a way to identify the sandbox purchase vs real purchase in IOS, so is there any way or receipt data change so that i can separate out the test purchase and real one.

Upvotes: 2

Views: 323

Answers (1)

Kuffs
Kuffs

Reputation: 35661

Test purchases have "Test:" prefixed in their description within the developer console.

Use this to filter your data.

enter image description here

Upvotes: 1

Related Questions