Skip to main content
Answer

can i add RC code to my website before turning it to an app?

  • November 21, 2021
  • 1 reply
  • 209 views

Forum|alt.badge.img+1

Hi guys,

 

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.

This post has been closed for comments

1 reply

sharif
RevenueCat Staff
Forum|alt.badge.img+9
  • RevenueCat Staff
  • Answer
  • November 29, 2021

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.