You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sample data shows that signature along with data is required,
{
"data": {Signed Data JSON},
"signature": "Base 64 encoded signature string"
}
But in my purchase receipt I only get the following things
And when validating it with iap it throws error saying {"error":{},"status":498,"message":"Invalid Purchase Token"}
Could you please help me out ?
Thanks
The text was updated successfully, but these errors were encountered:
The sample data shows that signature along with data is required,
{
"data": {Signed Data JSON},
"signature": "Base 64 encoded signature string"
}
But in my purchase receipt I only get the following things
{"orderId":"xxxxxxxxxxxxxxxx","packageName":"xxxxxxxxxxxx","productId":"xxxxxxxxxxxxxx","purchaseTime":1586239152181,"purchaseState":0,"purchaseToken":"xxxxxxxxxxxxxxxxxxxxxxxx","autoRenewing":true,"acknowledged":false}
And when validating it with iap it throws error saying
{"error":{},"status":498,"message":"Invalid Purchase Token"}
Could you please help me out ?
Thanks
The text was updated successfully, but these errors were encountered: