Android Question InApp requirement to use QueryProductDetails

Markos

Well-Known Member
Licensed User
Longtime User
Hi All,

I am using InApp billing and saw that v8 billing librray requires us to use QueryProductDetails instead of QuerySkuDetails if this is true do we have any code snippets how to use this new method and the corresponding parameters like . Is it a composite of b4a functions with some external calls to java code.
Many thanks for your help.

From what I read it seems b4a kept old naming convention to not break older code naming convention and have no issues
 
Last edited:

asales

Expert
Licensed User
Longtime User
I'm still using the QuerySkuDetails.
And I don't saw this method in the library; only "QueryPurchases".
Maybe Erel could be give more details.
 
Upvote 0

Markos

Well-Known Member
Licensed User
Longtime User
I'm still using the QuerySkuDetails.
And I don't saw this method in the library; only "QueryPurchases".
Maybe Erel could be give more details.
I was pleased to discover and more so that you confirmed same. Bloody online feedback over 100 search results and only one finally hinted as b4a keeping it straight forward and seamless. Erel saved us alot of stress there for sure.

Much Apprec you taking the time to respond. I'm feeling a bit more comfortable with this Googleplay Billing thingy.

On a previous note I decided to use a remote api to check the OrderDetails of an App store orderid rather than give the headache to the mobile app as I have the flexibility to not always use GoogleClient. Just use good old api endpoint via jwt or openssl, to generate the access token, you get standard error payload not an error to be trapped 1st as was the case with googleclient wrapper when either packagename or orderid not found.
 
Upvote 0
Top