Google recommends first testing In-App Purchases with “Static Reponses” (https://developer.android.com/google/play/billing/billing_testing.html#billing-testing-static)
If I understood correctly, after Initialization, I just:
store.purchase( {“android.test.purchased”})
But I’ll get an error code:
Unable to buy item (response: 5:Developer Error)
I managed to get the product information like prices from the Google, but I’m stuck with this testing.
I’m testing with a device and I’m logged in with my developer account.
Thanks!