Hi,
I am beginning to learn how to use in-app purchases but having an issue.
In my Google Play console I have uploaded a draft app to Google Play, and added an in-app purchase with the product id purchase1.
When I run the code:
It pops up with the following error message:
I have tried this on 2 different Android devices, and both have different Google accounts.
I have tried this in debug and even in release mode but still get the same error as above.
Any ideas on what I have done wrong ?
I am beginning to learn how to use in-app purchases but having an issue.
In my Google Play console I have uploaded a draft app to Google Play, and added an in-app purchase with the product id purchase1.
When I run the code:
B4X:
manager.RequestPayment("purchase1","inapp","aaa")
It pops up with the following error message:
I have tried this on 2 different Android devices, and both have different Google accounts.
I have tried this in debug and even in release mode but still get the same error as above.
Any ideas on what I have done wrong ?