如何使用 WKWebView 在应用程序购买中使用 Apple
How to use Apple in app purchase with WKWebView
我有一个基于 WebKit 的电子商务应用程序。我知道苹果会拒绝该应用程序,因为它包含付款,我们不会在应用程序购买中使用它。
所以,我的问题是:有没有办法将应用程序购买与 WebKit 集成。
例如,一旦用户点击“购买”按钮,我们可能会终止 webView 并呈现一个包含付款详细信息的视图控制器。
如果您提供咨询服务,您似乎不需要应用内购买。
3.1.3(d) Person-to-Person Services: If your app enables the purchase of real-time person-to-person services between two individuals (for example tutoring students, medical consultations, real estate tours, or fitness training), you may use purchase methods other than in-app purchase to collect those payments. One-to-few and one-to-many real-time services must use in-app purchase.
https://developer.apple.com/app-store/review/guidelines/#3.1.1
我有一个基于 WebKit 的电子商务应用程序。我知道苹果会拒绝该应用程序,因为它包含付款,我们不会在应用程序购买中使用它。 所以,我的问题是:有没有办法将应用程序购买与 WebKit 集成。 例如,一旦用户点击“购买”按钮,我们可能会终止 webView 并呈现一个包含付款详细信息的视图控制器。
如果您提供咨询服务,您似乎不需要应用内购买。
3.1.3(d) Person-to-Person Services: If your app enables the purchase of real-time person-to-person services between two individuals (for example tutoring students, medical consultations, real estate tours, or fitness training), you may use purchase methods other than in-app purchase to collect those payments. One-to-few and one-to-many real-time services must use in-app purchase.
https://developer.apple.com/app-store/review/guidelines/#3.1.1