Hi all,
I have a problem...
during the execution of this part of the code:
the result "billing.VerifyPurchase" is always false even if I buy the in-app product, and after 3 days I get back the money from Google..
The "BILLING_KEY" is the same as another app that all works.
I follow this example, in one app all work, in another not...
What can be the problem?
Tnx in advance.
I have a problem...
during the execution of this part of the code:
billing.VerifyPurchase:
If pr.Sku.StartsWith("android.test") = False And billing.VerifyPurchase(pr, BILLING_KEY) = False Then
Log("Invalid purchase")
Return
End If
the result "billing.VerifyPurchase" is always false even if I buy the in-app product, and after 3 days I get back the money from Google..
The "BILLING_KEY" is the same as another app that all works.
I follow this example, in one app all work, in another not...
What can be the problem?
Tnx in advance.