iPhone 应用内购买订阅产品
我正在为大量测验制作应用内购买应用程序。我的服务器上有测验的所有信息、图形和数据集。我希望用户通过应用内购买来购买测验,并希望将购买项目的所有相关内容从我的服务器传输到应用程序。
现在,苹果要求我在添加应用内购买项目时提交二进制文件。这是强制性的吗?对于所有类型的产品(消费品、非消费品和订阅)?
如果我想在我的服务器上而不是在 itunes connect 上管理产品的内容(该测验产品的图形、数据库),该怎么办?
如有帮助,将不胜感激。 谢谢。
I am making an in-app purchase application for bulk of quizzes. I have all the information, graphics and data set of quizzes on my server. I want user to purchase quizzes with in-app purchase and want to transfer all the related content of purchased item from my server to application.
Now, apple is asking me to submit binary while adding in-app purchase item. Is this compulsory? For all kind of products (Consumable, Nonconsumable & Subscriptions)?
What if I want to manage the contents(graphics, database for that quiz product) of the product on my server not on itunes connect?
Help would be appreciated.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不必提交二进制文件。事实上,这根本不可能。应用内购买只有产品 ID、描述和价格。
另请注意,您无法通过 Web 服务器向设备发送新的应用程序代码。只能发送数据。
You don't have to submit binaries. In fact, it's not even possible. In-app purchases only have a product ID, a description and a price.
Also, be aware that you can't send new application code to the device via your web server. Only data can be sent.