You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL:DR - Purchases.setMockWebResults({ shouldMockWebResults: true }) - is not working.
Since RevenueCat only works on a real device or an emulator - it is a real pain in the ass to test functionality and run Android Studio, it is lagging so much.
If RevenueCat was at least “mocking” data in the browser - that would be so cool and useful to quickly iterate on the tasks related to it. And after reading documentation - I found that this method exists - but it literally does nothing, it still logs “Web is not supported”.
Calling that method before or after await Purchases.configure() - is to no avail.
Apparently nobody on the team knows how to fix or wants to fix it, since previous topics were ignored or evaded: first second
PLEASE FIX IT - I don't understand why its not working, RevenueCat is a great plugin with great documentation - but it was quite unpleasant to first discover this amazing feature to only know 10 seconds later that it is not working...
Already created the topic on the forum, just to make sure you won't miss it.
The text was updated successfully, but these errors were encountered:
TL:DR -
Purchases.setMockWebResults({ shouldMockWebResults: true })
- is not working.Since RevenueCat only works on a real device or an emulator - it is a real pain in the ass to test functionality and run Android Studio, it is lagging so much.
If RevenueCat was at least “mocking” data in the browser - that would be so cool and useful to quickly iterate on the tasks related to it. And after reading documentation - I found that this method exists - but it literally does nothing, it still logs “Web is not supported”.
Calling that method before or after
await Purchases.configure()
- is to no avail.Apparently nobody on the team knows how to fix or wants to fix it, since previous topics were ignored or evaded:
first
second
PLEASE FIX IT - I don't understand why its not working, RevenueCat is a great plugin with great documentation - but it was quite unpleasant to first discover this amazing feature to only know 10 seconds later that it is not working...
Already created the topic on the forum, just to make sure you won't miss it.
The text was updated successfully, but these errors were encountered: