gpt4 book ai didi

ios - 我可以在 uiWebView 中使用重定向到我们网站上的支付网关来购买我们将用于登录 iOS 应用程序的代码吗?

转载 作者:行者123 更新时间:2023-11-28 23:23:28 26 4
gpt4 key购买 nike

我们有一个 iOS 应用程序,我们使用特定代码登录该应用程序,并根据这些代码获取应用程序内部的功能。现在代码是物理分发的。

但现在我们必须实现一项功能,其中用户必须能够从应用内购买代码并使用它。

我的问题是我可以将应用重定向到应用的网站以购买代码或实现 IAP 吗?在不被 Apple 审查拒绝的情况下实现它的最佳方式是什么?

任何帮助将不胜感激。提前致谢!!

最佳答案

看这里:https://developer.apple.com/app-store/review/guidelines/#functionality

特别是,您可能对以下部分感兴趣:

3.1.3(a) “Reader” Apps: Apps may allow a user to access previously purchased content or content subscriptions (specifically: magazines, newspapers, books, audio, music, video, access to professional databases, VoIP, cloud storage, and approved services such as classroom management apps), provided that you agree not to directly or indirectly target iOS users to use a purchasing method other than in-app purchase, and your general communications about other purchasing methods are not designed to discourage use of in-app purchase.

3.1.3(b) Multiplatform Services: Apps that operate across multiple platforms may allow users to access content, subscriptions, or features they have acquired elsewhere, including consumable items in multi-platform games, provided those items are also available as in-app purchases within the app. You must not directly or indirectly target iOS users to use a purchasing method other than in-app purchase, and your general communications about other purchasing methods must not discourage use of in-app purchase.

和:

3.1.5(a) Goods and Services Outside of the App: If your app enables people to purchase goods or services that will be consumed outside of the app, you must use purchase methods other than in-app purchase to collect those payments, such as Apple Pay or traditional credit card entry.

一般来说,在应用程序内部使用 UIWebView 来避免 IAP 似乎是 Not Acceptable ,但在某些限制下,您可以考虑将用户重定向到您的网站(而不是在浏览器中,而不是在应用程序内部),在那里他们将被允许购买您的“代码”。

如果我是你,我会在你的应用程序中放置一个“注册”按钮(甚至阻止未注册用户的应用程序功能),这将导致你的网站,并且在注册后我会提供购买某些代码(保留在网络浏览器中) ).应用内任何额外的“购买代码”按钮都可能被视为违反 App Store 审查指南。

关于ios - 我可以在 uiWebView 中使用重定向到我们网站上的支付网关来购买我们将用于登录 iOS 应用程序的代码吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59262841/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com