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 ?
我阅读了StoreKit API的概述,但是不能确切地理解开发人员服务器的角色,请您详细说明这个角色,如果我需要提交一个应用程序,是否必须有这个角色?
Thanks in advance..
提前谢谢. .
1 个解决方案
#1
2
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
参见App购买编程指南:#特性交付
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.
此外,这仅适用于在应用程序购买中使用StoreKit的情况。对于简单的iPhone应用程序,不需要使用这个框架。
#1
2
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
参见App购买编程指南:#特性交付
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.
此外,这仅适用于在应用程序购买中使用StoreKit的情况。对于简单的iPhone应用程序,不需要使用这个框架。