Hello, everyone. I have a question about BILLING. I am in closed testing and I can list my subscriptions and make purchases... but...
- While in testing, am I supposed to see the Google Play window to add payment methods? Right now, it's not showing up...
- Will that subscription be saved so I can check the code to see if the user is already subscribed (while in testing)?
- Or will all of this work when it's a version already in production?
Thank you.
- While in testing, am I supposed to see the Google Play window to add payment methods? Right now, it's not showing up...
- Will that subscription be saved so I can check the code to see if the user is already subscribed (while in testing)?
- Or will all of this work when it's a version already in production?
Thank you.
comprar la suscripcion:
' Inicia la compra asíncrona
Wait For (ComprarProductoSubs(Array As String(sup.ProductId), so.OfferToken)) Complete (res As BillingResult)
Log("Resultado compra: " & res.ResponseCode)
' Comprueba resultado
If res.ResponseCode = br.CODE_OK Then
ToastMessageShow("Compra realizada correctamente", True)
Else
ToastMessageShow("Compra cancelada o error: " & gpb.ReturnResponseMessage(res.ResponseCode), True)
End If