1

I am using in app purchase auto renewable and all working perfect, but my question : is it obligatory to use the receipt of apple or i can generate it by my web service?

So apple would accept my application if I don't use the receipt to validate or not?

Thanks you,

Houssam
  • 125
  • 1
  • 12
  • This link https://stackoverflow.com/questions/22680059/auto-renewable-subscription-in-ios7/45220204#45220204 might help you. – Arun Jain Jul 27 '17 at 12:46

2 Answers2

0

The concept of receipt validation is to provide security for you. How can Apple tell if you are checking receipt validity? Especially since starting with iOS 7 receipt validation can be done local to the device.

Chris Prince
  • 7,288
  • 2
  • 48
  • 66
  • Thanks for your reply but I use my own web service to check the device so I done a validate on my web service thats why but my question will apple refuse my version if I dont use it? – Houssam Jan 19 '15 at 06:46
0

It's optional. Because from IOS7 , in app purchase is more safety. You can use validate or not. All accepted. If you have any problem with validate receipt from client or server, I can help you. I have done validation receipt yesterday. :)

Tho Nguyen
  • 125
  • 11