如何在提交 iPhone 应用后添加新的应用内购买

发布于 2024-11-29 19:32:34 字数 256 浏览 0 评论 0原文

I am using MK in-App Purchase and I want to make an application that have (let's say some books) and the books are getting added over time and each book the user have to buy it individually so how can I add with every book in-app purchase key for it without make an update for it.

I can't figure out a way so I need a step by step or a link for a tutorial for that.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

顾忌 2024-12-06 19:32:34

我不确定这是否是设置此功能的最佳方式,但如果您以特定价格层(例如 1.99、2.99 等)销售书籍,我会设置一些应用内购买来反映每个价格层。然后,当用户购买书籍时,将适当的等级与所购买的书籍相匹配。

您可以使用问题中已链接到的教程进行设置。

I'm not sure if this would be the best way to set this up but if you are selling the books at certain price tiers (e.g. 1.99, 2.99, etc) I would set up a number of In App Purchases to reflect each price tier. Then when the user purchases a book match the appropriate tier to the book purchased.

You can set these up using the tutorial you already linked to in your question.

入怼 2024-12-06 19:32:34

您将需要更新当前的应用程序以接受应用内购买并相应地进行处理。添加对应用内购买的支持后,您需要将更新的应用重新提交给 Apple。

我个人在我的几个项目中使用过UrbanAirship。他们提供了有关如何在您的应用程序中实施应用程序内购买解决方案的教程,这非常简单。

You will need to update your current app to accept in-app purchases and process them accordingly. After adding support for in-app purchases, you will need to re-submit your updated app to Apple.

I have personally used UrbanAirship in several of my projects. They offer tutorials on how to implement their in-app purchase solution into your app, which is quite easy.

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