简体   繁体   English

在网站上通过iOS应用程序(而不使用IAP)接收每月订阅量

[英]Receiving monthly subscription amount on website instead on iOS app ( without using IAP )

Currently I am working on implementing a universal iOS app, which features basic and premium subscriptions . 目前,我正在实施一个通用的iOS应用程序,该应用程序具有基本订阅和高级订阅 A user can signup and subscribe using website console. 用户可以使用网站控制台进行注册和订阅。 Some of the features in iOS app are applicable to premium subscribed user. iOS应用程序中的某些功能适用于高级订阅用户。 In case of basic subscribed user tries to access those features we showing an alert saying "Please subscribe to premium subscription". 如果基本订阅的用户尝试访问这些功能,我们将显示一条警告,提示“请订阅高级订阅”。 Other than this no where we are providing external links in the app. 除此之外,我们没有在应用程序中提供外部链接的地方。 This iOS app will be a paid application. 此iOS应用将是付费应用。

I have few querys related to this iOS app.
  1. Does Apple allow to collect the subscription amount out side the iOS app ( without using IAP ) like I mentioned above? Apple是否允许像我上面提到的那样在iOS应用程序外部(不使用IAP)收取订阅金额?
  2. In future if we include signup functionality in iOS app and collecting subscription amount using external payment gateways ( without using IAP ). 将来,如果我们在iOS应用程序中包括注册功能,并使用外部支付网关(不使用IAP)来收取订阅金额。 Does Apple allow to do this? 苹果允许这样做吗?

Apple will reject all apps that use third party payment methods. 苹果将​​拒绝所有使用第三方付款方式的应用程序。 Check out this post: https://stackoverflow.com/questions/12566671/ios-app-does-apple-allow-3rd-party-payments-inside-app 看看这个帖子: https : //stackoverflow.com/questions/12566671/ios-app-does-apple-allow-3rd-party-payments-inside-app

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM