I'm facing a crash on Android while using RevenueCat's Remote Paywall in my Flutter app. The error I’m getting is:
com.revenuecat.purchases.Purchases$Companion.getSharedInstance kl.h0 - No singleton instance. Make sure you configure Purchases before getting the default instance.
This doesn't happen on iOS, only on Android. I’ve followed the docs to initialize Purchases, but the issue persists and it’s causing a lot of crashes.
Anyone else experienced this or know how to fix it?
Thanks!
