Skip to main content
Question

What does "web not supported in this plugin" mean?

  • 29 May 2024
  • 2 replies
  • 46 views

I see this, 

But I don’t know how to address it. I thought Web was supported? Does that mean if I’m accessing via browser, revcat isn’t working?

This post has been closed for comments

2 replies

Userlevel 4
Badge +8

Hi, RevenueCat does support web apps in several ways:

  1. We have RevenueCat Billing, our web SDK here: https://www.revenuecat.com/docs/web/revenuecat-billing
  2. We support web payments via Stripe: https://www.revenuecat.com/docs/web/stripe

I think revenuecat billing is an ENTIRELY different API and system, right?

What does seem to work is “setMockWebResults” - on capacitor you use it like:

await Purchases.setMockWebResults( { shouldMockWebResults: true } )

It has to be called *before* Purchases.configure.