Apple IAP Subscriptions

人生处万类,知识最为贤。这篇文章主要讲述Apple IAP Subscriptions相关的知识,希望能为你提供帮助。
Apple Doc:
【Apple IAP Subscriptions】https://developer.apple.com/library/content/releasenotes/General/ValidateAppStoreReceipt/Chapters/ValidateRemotely.html
https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Chapters/Subscriptions.html 
https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Chapters/Restoring.html
 
Verify Method:
curl ‘https://sandbox.itunes.apple.com/verifyReceipt‘ -d‘{"receipt-data”:”xxxxxx”, "password":"xxxxxx"}‘


    推荐阅读