Accept payments with Google In-app Billing (v3) service.
The tutorial is available here: http://www.b4x.com/forum/basic4andr...ls/29997-android-app-billing-v3-tutorial.html
V1.32 - Fixes a crash that can happen when the device doesn't support in app billing.
V1.31 - Allows accessing the store inventory information:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
			
			The tutorial is available here: http://www.b4x.com/forum/basic4andr...ls/29997-android-app-billing-v3-tutorial.html
V1.32 - Fixes a crash that can happen when the device doesn't support in app billing.
V1.31 - Allows accessing the store inventory information:
			
				B4X:
			
		
		
		manager.GetInventoryInformation(Array(<products ids here>))
Sub Manager_InventoryCompleted (Success As Boolean, Products As List)
If Success Then
   For Each sk As SkuDetails In Products
    Log(sk)
   Next
End If
End Sub
	Attachments
			
				Last edited: