I have problems with with the purchasses
the sub owned Products returns 0 size map as if I have no products added to console
It has passed quite some time from the time I have activated the products ...already done the procedure corectly for other app.
Do you have any idea when or how google activates the services ...I did already set active my inapp product ?
Anyone had this problem ? how this was fixed ?
the sub owned Products returns 0 size map as if I have no products added to console
It has passed quite some time from the time I have activated the products ...already done the procedure corectly for other app.
Do you have any idea when or how google activates the services ...I did already set active my inapp product ?
Anyone had this problem ? how this was fixed ?
B4X:
Sub manager_OwnedProducts (Success As Boolean, purchases As Map)
If Success Then
log(purchases.size) 'this returns 0
For Each pu As Purchase In purchases.Values
If pu.ProductId="noads" AND pu.PurchaseState=pu.PurchaseState Then
adon=True
End If
Next
end sub