Is showing the payment pages using Webview solves the App-store's In-App Purchase issue?

|▌冷眼眸甩不掉的悲伤 提交于 2020-03-03 07:44:30

问题


I got a new message from Appstore for my new app submission:

Guideline 3.1.1 - Business - Payments - In-App Purchase

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.

My app has a payment feature and I have implemented it using stripe.

The payment feature is implemented on sign up, free trial and manage subscription pages. Currently, I have implemented all these features in the app itself. I have website links for these pages and I can show these pages using a webview with the website links. If I do like that, is AppStore approve my app? I have also removed the Stripe.net NuGet package.


回答1:


If you offer digital goods & services within your app, you must use in-app purchases and give Apple their 30% cut.

You cannot use any other method, no matter which technology (webview, link, etc.) or provider (Stripe, PayPal etc.) you are using.

If you offer non-digital goods & services (i.e. taxi ride, physical books, etc.), you can use any payment for you seem fit and cannot (!) use in-app purchases.



来源:https://stackoverflow.com/questions/59982634/is-showing-the-payment-pages-using-webview-solves-the-app-stores-in-app-purchas

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!