在应用程序内购买积分以在外部网站中使用?
我正在考虑为我的 iPhone 应用程序实施应用内购买。我的问题是我是否可以实施信用体系。我想允许该应用程序的用户购买不同数量的积分。然后,积分将存储在该用户帐户的数据库中。然后,用户可以访问该应用程序的专用网站,并使用他们通过该应用程序购买的积分来购买各种产品和商品等。Apple 是否允许这种类型的应用程序内购买,或者我是否需要采取不同的方法?
I'm thinking of implementing in-app purchases for my iphone app. My question is whether or not I can implement a credit system. I'd like to allow users of the app to purchase various quantities of credits. The credits would then be stored in a DB for that user's account. The user can then visit a dedicated website for the app and use the credits they've purchased through the app to buy various products and merchandise, etc. Will Apple allow this type of in-app purchase or do I need to take a different approach?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是不允许的,请查看应用商店审核指南,特别是第 11 节。
11.3 - 使用 IAP 购买实体商品或在应用程序之外使用的商品和服务的应用程序将被拒绝
11.4 - 使用 IAP 购买积分或其他货币的应用程序必须消耗这些应用程序内的积分
This is not allowed, have a look at the App store Review Guidelines, especially section 11.
11.3 - Apps using IAP to purchase physical goods or goods and services used outside of the application will be rejected
11.4 - Apps that use IAP to purchase credits or other currencies must consume those credits within the application