Reputation: 129
I'm trying to implement InApp purchase in ionic ios app.but, I can not able to validate the receipt. I'm able to get transaction id and receipt after purchasing the product.
Upvotes: 0
Views: 530
Reputation: 129
To validate inapp purchase, we need to post to the server the receipt key (base64 key) which you received after purchase, and from the server side it will be validated.
Upvotes: 1