要将 iPhone 应用程序提交到应用程序商店,我们在所有情况下都需要自己的服务器吗?

发布于 2024-08-20 22:15:19 字数 306 浏览 6 评论 0原文

我读了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

几度春秋 2024-08-27 22:15:19

不需要。仅当您遵循服务器产品模型或需要进行订阅时,才需要拥有服务器。如果您遵循内置产品模型,那么您可以使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文