Questions tagged [receipt-validation]

For questions concerning the validation of iOS in-app purchase receipts against Apple servers, a recommended means of app billing fraud protection.

212 questions
-1
votes
1 answer

Swift iOS - subscription receipts for each apple ID?

The application that I am working using the subscription model and validated the receipt get the information it needs to give (or not) the user access to full functionality. I was doing all my initial development using one testing sandbox account.…
Baher A
  • 117
  • 1
  • 5
-1
votes
1 answer

iOS receipt validation - is there any point in doing it every launch?

I've implemented both the iOS6 and iOS7-style in-app-purchase receipt validation code. (Big thanks to Robot Media and its RMStore code on Github for guidance!) I'm validating every time a purchase is made or refreshed. I'm wondering whether it makes…
1 2 3
14
15