在提交应用程序之前,在应用程序内购买 iPhone
我正在尝试将应用内购买添加到我的 iPhone 应用程序中,但它是一个全新的应用程序,而不是在应用程序商店中。我想添加按钮,以便当用户单击它们时,他们会被引导到应用程序商店购买该功能。如果应用程序在应用程序商店上没有链接,这是如何完成的?
谢谢。
I am trying to add in-app purchasing to my iphone app, but it is a brand new app, and not in the app store. I would like to add buttons so when the user clicks on them, they are directed to the app store to purchase that feature. How is this accomplished without app having a link on the app store?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
应用内购买本身并不在 App Store 上。它们在您的应用中,但已锁定。所以最终您不需要任何商店链接。
In App Purchases themselves are not on the App Store. They are in your app but locked. So in the end you don't need any link to the store.
应用程序内购买不能通过 App Store 进行,而是通过您自己的 UI 进行。您可以找到以下有关如何构建自己的“店面”的文档。
完整文档
“店面”
In app purchasing does not work through the App Store, but rather through your own UI. You can find the docs below on how to build your own "Store Front".
Full docs
"Store Front"