简体   繁体   English

我们可以在ios的单个应用程序中拥有两个不同的订阅吗

[英]Can we have two different subscriptions inside a single app in ios

I am new to subscriptions. 我是新手。 I came across a requirement where i need to sell two different products inside my iOS app. 我遇到一个要求,我需要在我的iOS应用程序中出售两种不同的产品。

  1. So going with the Subscription model, can we have have two different types of subscriptions with different pricing in iOS? 因此,使用订阅模型,我们可以在iOS中拥有两种具有不同定价的不同订阅类型吗? So One subscription might cost him 2.99$ and another subscription might cost him 1.99$ . 因此, 一个订阅可能要花他2.99美元,另一个订阅可能要花他1.99美元

  2. Can the user alter his subscription even before his subscription ends? 用户可以在订阅结束之前更改其订阅吗?

  3. Is it possible to implement the subscriptions on a quarterly basis instead of monthly or yearly ? 是否可以按季度而不是按月或按年实施订阅

Is this possible to implement in iOS? 这可以在iOS中实现吗? Please guide me. 请指导我。

After a lot of research and reading,I got to know the answer. 经过大量的研究和阅读,我才知道答案。 Below are my answers. 以下是我的答案。

  1. Yes, It is possible to have different subscriptions. 是的,可能有不同的订阅。 If you want to support two subscriptions at a time, we need to add the subscriptions in two different subscription groups in iTunes Connect. 如果要一次支持两个订阅,则需要在iTunes Connect中将订阅添加到两个不同的订阅组中。
  2. Yes, The user can downgrade or upgrade his subscriptions 是的,用户可以降级或升级其订阅
  3. Yes, It is possible to implement subscriptions on a quarterly basis. 是的,可以按季度实施订阅。 You have options to configure Daily, Weekly, Monthly, Quarterly and Annual subscriptions in iTunes Connect. 您可以选择在iTunes Connect中配置每日,每周,每月,每月和每年的订阅。

Hope this helps for anyone trying to implement the subscriptions for the first time. 希望这对第一次尝试实现订阅的人有所帮助。

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

相关问题 我们可以使用一个具有两种不同编程语言的两个不同项目的单个应用程序吗? - Can we have one single app with two different projects in two different programming languages? 我们可以为iOS和tvOS创建一个应用程序吗? - Can we create a single app for iOS and tvOS? 我们可以为贴纸包扩展和现有iOS应用程序提供不同的包标识符吗? - Can we have different bundle identifiers for a sticker pack extension and the existing iOS app? 我们可以从我们的iOS应用程序显示指向Android订阅页面的链接吗? - Can we show a link to Android subscriptions page from our iOS app? 我们可以在iOS的自定义B2B应用中使用应用内购买或订阅吗? - Can we use In-App Purchases or subscriptions in Custom B2B Apps for iOS? 我们可以在2个不同的配置文件中添加iOS设备的单个UDID吗 - Can we add single UDID of iOS Device in 2 different provisioning profile IOS应用程序中可以有两个侧边栏吗? - Can i have two sidebars in an IOS app? 我们可以有多个指向单个应用程序的动态链接吗? - Can we have multiple dynamic links point to single app? 我们可以在本地iOS应用中创建localhost吗 - Can we make localhost inside native iOS app iOS应用内购买-自动续订中的不同产品 - iOS In App Purchase - Different products in auto-renewing subscriptions
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM