Hi,
I’m trying to make a test purchase for an android app as described here:
http://developer.android.com/google/play/billing/billing_testing.html
The steps that works are
- I can buy the app using a Google test account (added to “Gmail accounts with testing access”, seems to work)
- The In-App Product is shown correctly (name, price)
- The buying procedure seems to work
- But when it returns to my app, the transaction.state is “failed” instead of “purchased”, which make the whole test useless
Does anyone tried that before and succeeded? Or is this normal behavior for a test purchase anyway?
I know there is another approach called “static responses”, but that’s not an actual payment process (already tested and works).
The app is is state “draft” and not published yet.
Thanks!