Skip to main content

Hi all. I’m hoping someone can offer some help for an issue I’m struggling with.

 

I have a FlutterFlow app that uses RevenueCat for in-app purchases. This was working perfectly for iOS and Android, but just recently the iOS purchases stopped working. My app is freezing when it calls the RevenueCat paywall and purchase functions.

 

This seems to coincide with FlutterFlows recent upgrade to of the RevenueCat Flutter package (purchases_flutter) from 6.0.0 to 8.1.2

Has anyone else had a similar experience? Are there breaking changes in the latest Flutter package?

Thanks in advance for any thoughts!

Hi @blistick007,

Did you update the SDK recently? It could be also that you need to add your in-app configuration key in RevenueCat’s dashboard. Here’s the guide on how to achieve it.

 

Let me know if this works!


Thanks for the suggestion, @joan-cardona, but I’m afraid that’s not it. I’ve already done that step, and the dashboard says “Valid credentials” beneath it.


It turned out that there was a slight mismatch between the product IDs I had entered in RevenueCat and those I set up in App Store Connect. I only got the clue about this when I ran my app from XCode on a connected iPhone.


Reply