从 iPhone 应用程序或网站购买/查看内容
我正在开发一个网站和一个配套的 iPhone 应用程序,用户可以在其中购买视频内容。我想让用户从 iPhone 应用程序或网站购买内容,然后通过任一媒介查看他们购买的内容。我的理解是,除非使用 StoreKit 框架进行应用内购买,否则应用程序将被 App Store 拒绝,因此我无法实现自己的购买后端。但据我所知,还没有 StoreKit 框架的 Web 版本。
有没有什么方法可以从应用程序外部(例如通过网站)进行/验证“应用程序内购买”?
I'm developing a website and a companion iPhone app where users can purchase video content. I'd like to let users buy content from the iPhone app or the website, and then view their purchased content through either medium. My understanding is that the app will be rejected from the App Store unless it uses the StoreKit framework for in-app purchases, so I can't implement my own purchase backend. As far as I can tell, though, there's no such thing as a web version of the StoreKit framework.
Is there any way to make/verify "in-app purchases" from outside an app, e.g. through a website?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一定有,因为 Comixology 的 DC Comics/Comics/Marvel Comics 应用程序都有。您可以从应用程序内商店或通过网站购买内容。然后您可以在设备中或在线阅读内容。
唉,我不知道他们是怎么做到的。我猜想,当您购买东西时,网上商店会复制应用内购买:即,设备在应用内购买后打电话回家,并将该购买也添加到您的在线帐户中。而且,当您在线购买商品时,您可以从应用程序内下载,绕过苹果商店。您甚至可以在一个应用程序中下载在另一个应用程序中购买的内容(它们大多是具有不同品牌的相同应用程序)
There must be, because the DC Comics/Comics/Marvel Comics apps from Comixology all do. You can purchase content either from the in-app store, or via the website. And then you can read the content both in the device or online.
Alas, I don't know how they did it. I guess that the web shop replicates the in-app purchases when you buy something: i.e., the device calls home after an in-app purchase and adds that purchase to your online account as well. And, when you buy something online, you can download it from within the app, bypassing the apple store. You can even download content in one app that was purchased in the other (they are mostly the same app with different branding)