1, i dont understand how to verify if the user has already subscribed? (i also change inapp to subs to make it work)
2, for some reason i set the subscription for /month but in the app it shows /5 minutes ?
thanx @aeric for your reply, i am using Test Card like in your pic so i guess this is my i also get / 5 minutes.
so with a real card it will show correctly right?
second question how is the check process done? to see if the user is subscribed if not show the subscribe dialog
thanx
If p.IsAcknowledged = False Then
'we either acknowledge the product or consume it.
Wait For (billing.AcknowledgePurchase(p.PurchaseToken, "")) Billing_AcknowledgeCompleted (Result As BillingResult)
Log("Acknowledged: " & Result.IsSuccess)
End If
thanx @aeric for your reply, i am using Test Card like in your pic so i guess this is my i also get / 5 minutes.
so with a real card it will show correctly right?
If p.IsAcknowledged = False Then
'we either acknowledge the product or consume it.
Wait For (billing.AcknowledgePurchase(p.PurchaseToken, "")) Billing_AcknowledgeCompleted (Result As BillingResult)
Log("Acknowledged: " & Result.IsSuccess)
End If
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.