ios - Receipt Validation for Auto-renewable Subscription -


i confused line in apple's documentation:

for non-consumable products , auto-renewable subscriptions in ios 7 , later, use app receipt persistent record.

when says "receipt" here, referring data returned verification? or mean should read values directly thing stored @ appstoreurl (which i'm having difficult time figuring out how do).

my planned approach store important values return receipt verification in userdefaults , periodically verifying receipt make sure nothing changed. correct approach?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -