应用内购买项目(视频)存储在哪里?
where it is stored items (video) the in-app Purchase?
我正在使用 Intel XDK 创建视频应用程序,第一个视频将免费,其他视频将付费!
他们会为苹果买单,视频会在那里发布。
请问视频存放在苹果的什么地方,还是要弄个服务器?
也想知道这个购买方式,生命周期,如果有人能帮我解决一下,我将不胜感激。
Apple 的应用内购买系统只提供购买机制,它不会为您存储您的内容。
You can embed that content in your app’s bundle or you can download it as needed
https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Chapters/DeliverProduct.html#//apple_ref/doc/uid/TP40008267-CH5-SW3
我正在使用 Intel XDK 创建视频应用程序,第一个视频将免费,其他视频将付费!
他们会为苹果买单,视频会在那里发布。
请问视频存放在苹果的什么地方,还是要弄个服务器?
也想知道这个购买方式,生命周期,如果有人能帮我解决一下,我将不胜感激。
Apple 的应用内购买系统只提供购买机制,它不会为您存储您的内容。
You can embed that content in your app’s bundle or you can download it as needed https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Chapters/DeliverProduct.html#//apple_ref/doc/uid/TP40008267-CH5-SW3