- Subscriptions require a different method to start the billing flow: https://www.b4x.com/android/forum/t...-due-to-google-restriction.142524/post-903185
I haven't made any changes
Public const BILLING_KEY As String = "3434ABCDEF..."
Do not assume.I'm not sure, I thought that using "android.test.purchased" was a special ID offered by Google to test the service without any particular billing key requirement, but I could be wrong, does anyone have more experience with this?
Do not assume.
Imagine you and I build 2 different apps with the same inAppProduct id, when I set the product as consumed, does your app also show the same?
Sure you need a special unique key to identify the different app.
I´m not sure but probaly yes. InApp-Billing is based on GooglePlay-Services.Does this mean that in order to use BillingExample app I have to upload it to the Google console and get a proper license key?