Apple IAP Subscriptions

Posted SYT在路上

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Apple IAP Subscriptions相关的知识,希望对你有一定的参考价值。

Apple Doc:

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"}‘

以上是关于Apple IAP Subscriptions的主要内容,如果未能解决你的问题,请参考以下文章