Android Question 2 Apps using same billing

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I am converting 1 of my apps. Is it possible (just for testing) for me to have the new app work with Google Billing like it is the old app? (some way for testing to fake google out).

All the billing code seems to be working I just do not get anything back from BillingClient.QueryPurchases("inapp").
I get a good return code but it doesn't show the purchases, and I know there is a purchase there because the old app shows it.

BobVal
 

Robert Valentino

Well-Known Member
Licensed User
Longtime User
No, should I be. Just same billing key.

Really don't want to create a new app on Google just for this testing conversion
 
Last edited:
Upvote 0

yfleury

Active Member
Licensed User
Longtime User
Use the same package name. Don't publish that app to Google (just for testing)
 
Upvote 0

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Made the package name and #ApplicationLabel (not sure if this matters) the same.

The only differences now are the #VersionName and the B4A Project name.

Going to search the forum for any differences from a B4XPages App (compared to normal B4X app) as far as Google Billing goes?
 
Upvote 0
Top