使用 Webview 显示支付页面是否解决了应用商店的应用内购买问题?
Is showing the payment pages using Webview solves the App-store's In-App Purchase issue?
我从 Appstore 收到一条关于我提交新应用的新消息:
准则 3.1.1 - 业务 - 支付 - 应用内购买
We noticed that your app or its metadata enables the purchase of content, services, or functionality in the app by means other than the in-app purchase API, which is not appropriate for the App Store.
我的应用有支付功能,我已经使用 stripe 实现了它。
在注册、免费试用和管理订阅页面上实现了支付功能。目前,我已经在应用程序本身中实现了所有这些功能。 我有这些页面的网站链接,我可以使用带有网站链接的 webview
来显示这些页面。如果我这样做,AppStore 会批准我的应用程序吗? 我还删除了 Stripe.net
NuGet 包。
如果您在应用中提供数字商品和服务,则必须使用应用内购买并给 Apple 30% 的折扣。
无论您使用哪种技术(webview、link 等)或提供商(Stripe、PayPal 等),您都不能使用任何其他方法。
如果您提供非数字商品和服务(即出租车、实体书等),您可以使用任何您认为合适但不能 (!)使用应用内购买。
我从 Appstore 收到一条关于我提交新应用的新消息:
准则 3.1.1 - 业务 - 支付 - 应用内购买
We noticed that your app or its metadata enables the purchase of content, services, or functionality in the app by means other than the in-app purchase API, which is not appropriate for the App Store.
我的应用有支付功能,我已经使用 stripe 实现了它。
在注册、免费试用和管理订阅页面上实现了支付功能。目前,我已经在应用程序本身中实现了所有这些功能。 我有这些页面的网站链接,我可以使用带有网站链接的 webview
来显示这些页面。如果我这样做,AppStore 会批准我的应用程序吗? 我还删除了 Stripe.net
NuGet 包。
如果您在应用中提供数字商品和服务,则必须使用应用内购买并给 Apple 30% 的折扣。
无论您使用哪种技术(webview、link 等)或提供商(Stripe、PayPal 等),您都不能使用任何其他方法。
如果您提供非数字商品和服务(即出租车、实体书等),您可以使用任何您认为合适但不能 (!)使用应用内购买。