Android Question Question about GooglePlayBilling v7.00

Filippo

Expert
Licensed User
Longtime User
Hi,

-v7.00 - Based on Google Play Billing v7.00. Note that the android.test.purchased id no longer works. This partially breaks the example.
Is that the only restriction or is there something else to consider?

Ciao,
Filippo
 

aeric

Expert
Licensed User
Longtime User
The android.test.purchased id worked on and off in the past libraries and it is now gone for good.
It used to be that we don't need to create a product id under in-app product of Google Play console to test the in-app billing.
Now we must create an in-app product for testing.

The other point that need to be considered is when you are using subscription.
You now need to specify the offerToken. It used to allow empty value in the past.

 
Upvote 1
Top