简体   繁体   English

iPad本机应用程序中按月订阅的贝宝付款

[英]Paypal payments for monthly subscription inside iPad native app

I am working on an enterprise app which allows users to perform CRUD operations on data under their profiles, sync it with a backend, share it with other users and view it across multiple platforms. 我正在开发一个企业应用程序,该应用程序允许用户对其配置文件下的数据执行CRUD操作,与后端同步,与其他用户共享并在多个平台上查看。

The app works on 3 platforms 该应用程序可在3个平台上运行

a) as a webapp in browser b) as a native iOS app on iPad c) as a native android app on android tablets a)作为浏览器中的web应用b)作为iPad上的本机iOS应用c)作为android平板上的本机android应用

Now we want to give the app for free for a trial period of 3 months after which we want to charge our users a monthly subscription fee if they want to continue syncing their data with backend. 现在,我们希望免费提供该应用程序3个试用期,在此之后,如果用户想继续将其数据与后端同步,我们希望向其用户收取每月的订阅费用。 If not, they can use the app as a native app which doesn't have a backend and they won't be able to share their data across platforms and with other users but will be able to use the app as a native app with no backend. 如果没有,他们可以将该应用程序用作没有后端的本机应用程序,并且他们将无法跨平台和与其他用户共享其数据,但可以将该应用程序用作本机应用程序而没有后端后端。

For the monthly subscription fee, we wanted to integrate Paypal payments into our ipad app. 对于每月的订阅费,我们希望将Paypal付款集成到我们的ipad应用程序中。

There are 2 gray areas which is causing us confusion 有2个灰色区域使我们感到困惑

a) Apple might reject the app due to paypal integration as it favours in-app purchases/itunes. a)苹果可能会由于Paypal集成而拒绝该应用程序,因为它偏爱应用程序内购买/地区。

b) Apple states that users can be charged only for "real world service". b)苹果公司声明只能向用户收取“真实世界服务”的费用。 Does our kind of service qualify? 我们的服务合格吗?

We prefer getting some definitive information rather than implementing paypal payments and getting rejected by apple which will set us back by 14 days. 我们宁愿获得一些确定的信息,而不是执行贝宝付款并遭到苹果的拒绝,这将使我们倒退14天。 Any help would be much appreciated. 任何帮助将非常感激。

I don't think you'll get "definite" information here, since stackoverflow does not have internal information on Apple's strategies. 我不认为您会在这里获得“确定的”信息,因为stackoverflow没有关于Apple策略的内部信息。 You have to try and find out. 您必须尝试找出答案。 I know Apps with monthly subscriptions that use in-app purchases (like Trillian ). 我知道每月订阅的应用程序都使用应用程序内购买(例如Trillian )。

If you want to make sure it won't get rejected, exclude the payment process from the app. 如果您想确保它不会被拒绝,请从应用程序中排除付款过程。 You are using accounts and some accounts get paid "premium" functionality. 您正在使用帐户,某些帐户获得付费的“高级”功能。 Just let the users pay through your website or redirect them to your website if they want to buy from iPad. 只需让用户通过您的网站付款或将其重定向到您的网站(如果他们想从iPad购买)。 My guess would be that Apple will otherwise want you to use in-app purchases for the subscription. 我的猜测是,苹果会希望您使用应用内购买进行订阅。

About the "real world service", that should be no problem. 关于“现实世界的服务”,那应该没问题。

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

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