Android Question Billing3

cenyu

Active Member
Licensed User
Longtime User
Hi, I have two phones with same accounts [email protected]...From phone#1 i buy an inapp item. But when start app on phone #2 there is no purchased items...
B4X:
Cannot get methods of class: anywheresoftware.b4a.inappbilling3.BillingManager3.Prchase, disabling cache.
But in same time when i press BYU button on Phone#2 google tell me that i already have this product

Can you help me?
 

cenyu

Active Member
Licensed User
Longtime User
Erel,
can i ask you one more question? Into my code i have
B4X:
manager.DebugLogging = True
.
When i add my app into google play do i have to change DebugLoging from True to False?
 
Upvote 0

Computersmith64

Well-Known Member
Licensed User
Longtime User
Hi, I have two phones with same accounts [email protected]...From phone#1 i buy an inapp item. But when start app on phone #2 there is no purchased items...
B4X:
Cannot get methods of class: anywheresoftware.b4a.inappbilling3.BillingManager3.Prchase, disabling cache.
But in same time when i press BYU button on Phone#2 google tell me that i already have this product

Can you help me?
How are you checking purchases in the code? Can you post your code?

- Colin.
 
Upvote 0
Top