Android Question Inapp builling test failed on beta version

hookshy

Well-Known Member
Licensed User
Longtime User
I have added new app to my console as beta version for testing and added few users as testers.
I have followed the inapp builling tutorial ..added the key and some products in my console then activated them .

Testers can download the app but the in app builling manager are saing that the user must log in to their google accounts and they can not purchase the inapp product .

Does inapp builling works also when apk is in beta stage ?
Thank you
 

hookshy

Well-Known Member
Licensed User
Longtime User
It is very strange ...that sometimes the inapp products work sometimes not .
I did changed the names of the products from test123 to test and seems to be working ....but sometimes I press on the button to puchase and it say:
the product is not availlable
 
Upvote 0

hookshy

Well-Known Member
Licensed User
Longtime User
fixed
I was calling manager.getownedProducts before the biling suported was raised ... !

B4X:
Sub Manager_BillingSupported (Supported As Boolean, Message As String)
 
   If Supported=True Then
          

    manager.GetOwnedProducts


   End If
  
End Sub
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…