Skip to main content
Question

PWA Integration

  • February 11, 2026
  • 1 reply
  • 51 views

Forum|alt.badge.img

Can we process in-app payments through RevenueCat’s Web SDK?

Our app is a React-based PWA distributed on the App Store, Google Play, and the web. Because the core experience runs in a web runtime, we’re looking for the best way to handle in-app purchases for the iOS/Android store builds while keeping a largely shared TypeScript codebase.

Does RevenueCat’s Web SDK support this scenario? Any recommendations for a cross-platform setup?


 

This post has been closed for comments

1 reply

Forum|alt.badge.img+8
  • RevenueCat Staff
  • February 13, 2026

Hi, as your app is a web one you will not be able to use our mobile SDKs like our React Native one here, so you will instead want to use our Web one here. You can use RevenueCat Web Billing here to make purchases and then can ensure access across all platforms by using the same app user id, see our guide here