当应用程序外也提供数字商品时,我是否需要使用 Apple 应用程序内购买?

Do I need to use Apple In-App Purchase when digital goods are also made available outside of the app?

我有一个网站,它是各种主题的考试题库。用户可以购买主题并解锁特定主题的问题。

我目前正在编写一个提供与网站相同功能的应用程序。用户可以在网站或应用程序上创建一个帐户,通过网站购买的任何东西都会出现在应用程序上。

我了解 Apple 声明您必须使用他们的应用内购买套件购买数字商品,但是因为购买不仅在应用中而且在网站上解锁相同的内容,我是否可以重定向用户希望通过应用程序到网站购买主题,避开 Apple 的应用程序内购买?

I able to redirect users who wish to purchase a topic via the app to the website, sidestepping Apple's In-App Purchase?

这个原因会导致您的应用被 App Store 审核团队拒绝,并且您会被要求在应用中集成应用内购买。

另请注意,Apple 从通过应用程序和应用程序内购买进行的所有销售中收取 30% 的固定佣金。

来自App Store Review Guidelines - Apple Developer

3.1.1 In-App Purchase:

  • If you want to unlock features or functionality within your app, (by way of example: subscriptions, in-game currencies, game levels, access to premium content, or unlocking a full version), you must use in-app purchase. Apps may not use their own mechanisms to unlock content or functionality, such as license keys, augmented reality markers, QR codes, etc. Apps and their metadata may not include buttons, external links, or other calls to action that direct customers to purchasing mechanisms other than in-app purchase.

关于Apple的佣金:

Developers earn 70% of sales from in-app purchases and Apple collects a 30% commission.

注意高亮部分

规则很简单:

  1. 在设备上购买的任何数字商品或服务都必须通过应用内购买。

  2. 任何实物商品或服务必须不能通过应用程序内购买(如 eBay、Uber 等)

  3. 在其他地方购买的任何数字商品或服务都不会通过应用内购买。

  4. 您不得将用户从您的应用引导至他们可以购买数字商品或服务以在 iOS 设备上使用的网站。

所以通过你的网站卖东西是可以的。将用户从应用程序引导至您的网站将使您的应用程序不允许在商店中使用。