Sebastian Klaiber

Results 19 comments of Sebastian Klaiber

Thanks. Hopefully I've some time this afternoon.

Still the same issue with the cookie example, https://github.com/artflutter/fresh_repro. I did some more investigation: If the refresh handling is not delayed, then I seem to work as expected. ``` dart...

Are there any updates on the issue? Many of our tests are no longer running.

Yes, exactly it should call adb for android and for ios ` simctl openurl booted "example://gizmos"`

Hi @MarkVillacampa, the dependency issue is resolved with Version 7.0.1. But the paywall is not responding on any click, maybe I need to do some migrations to get the paywall...

1. iOS 18 2. final paywallResult = await RevenueCatUI.presentPaywallIfNeeded('premium'); Flutter 3.24

@rodydavis please let me know what you think or if I need to do more changes

For me it was an issue with cocoapods, there is a new version released and after updating the issue is resolved.

@loading1031 could you share some more details? Flutter version xcode version ... Have you cleaned your dependencies after updating cocoapods? ``` cd ios pod deintegrate rm Podfile.lock rm -rf Pods...