Solved

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

  • 21 November 2021
  • 1 reply
  • 82 views

Badge +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 

icon

Best answer by sharif 29 November 2021, 18:50

View original

1 reply

Userlevel 5
Badge +9

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.

Reply