I’m using RevenueCat to display paywalls and have created multiple offerings for different targeting groups. In my Flutter app, I want to show different paywalls to different users based on the offering.
I’m displaying paywalls using PaywallView from the RevenueCat SDK and passing a specific offering to it. However, instead of showing the selected offering’s paywall, it always displays the default offering’s paywall.
I fetch offerings at app launch, and based on debugging, the offerings appear to be valid and correctly retrieved.
This setup used to work as expected, but recently it stopped working. I’m currently using the latest version of the RevenueCat SDK (9.15.1).
Has anyone experienced this issue or knows what might be causing the SDK to ignore the passed offering and fall back to the default one?
