Denis Andrašec
Denis Andrašec
It's a bit better, but the main issue still persists. While i could load the paywall now, the app is hanging after I make a purchase.
@JZDesign This was tested on a iPhone 16 Pro with iOS 26.1 stable version.
@JZDesign Looks like it's still happening. It has something to do with accessing user defaults from a notification, as you can see in the stacktrace. Happens when doing a purchase...
Looks like the issue described [here](https://github.com/RevenueCat/purchases-ios/issues/4137#issuecomment-2585672059), with the solution described [here](https://github.com/RevenueCat/purchases-ios/issues/4137#issuecomment-2726204772). So replacing `SynchronizedUserDefaults` with regular `UserDefaults`, as it already is threa-safe, as decribed in the [documentation](https://developer.apple.com/documentation/foundation/userdefaults#overview). > The UserDefaults...
@JZDesign Played around and this seems to be the issue. - Main thread acquires a lock on the cache - A background thread also acquires a lock, writes to the...
@JZDesign Any update on this? I'd really like to migrate to RC paywalls, but this is blocking me, as it's unusable for me.
# Debug Output Using flutter run from the command line does not print debug output. This seems to be a [flutter issue](https://github.com/flutter/flutter/issues/145991). It does work using Xcode. Android does work...
# Sentry Errors & UserFeedback These work in all combinations. ## `flutter run` release/debug ### User Feedback - Debug ✅ Shows up on Sentry.io https://denrase.sentry.io/issues/feedback/?feedbackSlug=flutter_repro%3A6976876998&mailbox=ignored&project=4508958566055936&referrer=feedback_list_page&statsPeriod=1h ### User Feedback - Release...
I could not reproduce the issue where errors/user feedback are missing. They work for me in all possible scenarios. Debug output for iOS does indeed not work when using `flutter...
@ksmets Just tried again with the minimal setup and it still works for me (`flutter run --release` and also archivin with xcode and TestFlight), even with leaving stripping as-is. -.-...