跨平台移动订阅(Android + iOS)

时间:2021-07-03 12:09:46

Is it possible to make cross-platform subscription using native APIs and manage those subscription on own backend?

是否可能使用本机api进行跨平台订阅,并在自己的后端管理这些订阅?

Example: Make subscription on iOS change device and downgrade(cancel) subscription(plan) on android device.

例如:在iOS更改设备上进行订阅,并在android设备上降级(取消)订阅(计划)。

Spotify for example does cross-platform subscription through PayPal and other payment methods but I'm not sure if our app will be rejected considering in-app guidelines for the both platforms.

例如,Spotify通过PayPal和其他支付方式进行跨平台订阅,但我不确定我们的应用是否会被拒绝,因为这两个平台都有应用程序内的指导原则。

1 个解决方案

#1


0  

Disney did this with their digital content offering and like you said even Spotify did it. The problem here is there are many apps rejected in the appstore( especially Apple's appstore), if one is not given a way to purchase those digital items using the native in app purchase method. Ofcourse,one could have other modes of accepting the money. But it is mandatory to have in-app purchase in place for the app to get accepted(especially with Apple's appstore).So make sure you also implement in-app purchase modules of each native platform. Otherwise, if your offering is too grand(like Disney or Spotify) for the appstores to reject they will accept it. All the best!

迪士尼通过提供数字内容实现了这一点,就像你说的,就连Spotify也这么做了。这里的问题是,在appstore(尤其是苹果的appstore)中有很多应用程序被拒绝,如果没有一个应用程序可以通过应用程序购买方法来购买这些数字产品的话。当然,一个人可以有其他接受金钱的方式。但是,为了让应用程序被接受(尤其是苹果的appstore),必须在应用程序内进行购买。因此,确保您也实现了每个本地平台的内购模块。否则,如果你的产品太过华丽(如迪士尼或Spotify), appstore会拒绝你的产品,他们会接受。所有最好的!

#1


0  

Disney did this with their digital content offering and like you said even Spotify did it. The problem here is there are many apps rejected in the appstore( especially Apple's appstore), if one is not given a way to purchase those digital items using the native in app purchase method. Ofcourse,one could have other modes of accepting the money. But it is mandatory to have in-app purchase in place for the app to get accepted(especially with Apple's appstore).So make sure you also implement in-app purchase modules of each native platform. Otherwise, if your offering is too grand(like Disney or Spotify) for the appstores to reject they will accept it. All the best!

迪士尼通过提供数字内容实现了这一点,就像你说的,就连Spotify也这么做了。这里的问题是,在appstore(尤其是苹果的appstore)中有很多应用程序被拒绝,如果没有一个应用程序可以通过应用程序购买方法来购买这些数字产品的话。当然,一个人可以有其他接受金钱的方式。但是,为了让应用程序被接受(尤其是苹果的appstore),必须在应用程序内进行购买。因此,确保您也实现了每个本地平台的内购模块。否则,如果你的产品太过华丽(如迪士尼或Spotify), appstore会拒绝你的产品,他们会接受。所有最好的!