Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOSでの自動更新可能なサブスクリプションに必要なものを誰かが私に説明できますか?
サーバー側のコンポーネント(自分で作成)が必要かどうかについて混乱していますか?または、すべてをアプリ内で処理できますか?
実際、この問題は、写真やスキーマを含めても Apple ドキュメントで完全にカバーされています
https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Chapters/Subscriptions.html
簡単に言うと:
1)サブスクリプションをより柔軟にしたい場合は、サーバー側が必要になります(例:アプリがアプリストアにある間にサブnsを追加する場合)この場合、アプリはサーバーからサブスクリプションのリストを取得します
2) 受信したレシートを Apple サーバーに送信することで、サーバーを使用してトランザクションの正確性を確認し、レシートのみが有効な場合にコンテンツをユーザーに提供することができます。