要将 iPhone 应用程序提交到应用程序商店,我们在所有情况下都需要自己的服务器吗?
我读了 StoreKit API 概述 但无法准确理解开发者服务器的作用, 您能详细说明一下这个角色吗?如果我需要提交申请,这个角色是强制性的吗?
提前致谢..
i read this overview of the StoreKit API
but could not understand the role of developer's server exactly,
will you please elaborate the role and is it mandatory to have if i need to submit an application ?
Thanks in advance..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不需要。仅当您遵循服务器产品模型或需要进行订阅时,才需要拥有服务器。如果您遵循内置产品模型,那么您可以使用 Apple 的服务器进行付款,然后您将根据用户之前是否购买过该商品来启用功能。
请参阅 应用内购买编程指南:#Feature Delivery
另外,这仅适用于您使用 StoreKit 进行应用内购买的情况。简单的 iPhone 应用程序不需要使用此框架。
No. Only if you are following the Server Product Model or if you need to do subscriptions are you required to have a server. If you follow the Built-in Product Model, then you can use Apple's servers to do the payment, and then you will enable functionality based on if the user had previously purchased the item.
See In App Purchase Programming Guide: #Feature Delivery
Also, this is only if you are using StoreKit for in app purchases. It is not required to use this framework for simple iPhone applications.