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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -