I had a Wordpress website that I am turning into a WKwebview app.
Currently on the website, I’m using stripe as the payment processor.
in order to get accepted to the App stores, I need to configure in-app-purchasing.
My question is, will it be possible for me to configure IAP’s on my website BEFORE I render it as an WKwebview app?
Any and all help will be appreciated.
Thanks
Best answer by sharif
According to Apple's review guidelines, you must use in-app purchases for any apps on the App Store, even if you use a web view to display your website. Unfortunately, in-app purchases cannot be initiated on the web via Stripe. You’ll have to use RevenueCat’s Cordova SDK to build in-app purchases into your app, which uses Apple’s native in-app purchase framework called StoreKit. However, if you import your Stripe purchases into RevenueCat, you can get a complete view of the user’s Stripe and iOS purchases.
According to Apple's review guidelines, you must use in-app purchases for any apps on the App Store, even if you use a web view to display your website. Unfortunately, in-app purchases cannot be initiated on the web via Stripe. You’ll have to use RevenueCat’s Cordova SDK to build in-app purchases into your app, which uses Apple’s native in-app purchase framework called StoreKit. However, if you import your Stripe purchases into RevenueCat, you can get a complete view of the user’s Stripe and iOS purchases.