PushNotificationPlugin
PushNotificationPlugin copied to clipboard
Crash on iOS with version 3.6.9 when tapping notification
Hello,
When a user presses the notification on iOS, our app crashes. A look in the logs does not make us understand where the error is. Do you have an idea?
Log:
ObjCRuntime.RuntimeException: The runtime function get_block_wrapper_creator has been linked away.
?, in void UIApplication.Main(string[] args, IntPtr principal, IntPtr delegate) x 2
?, in void Application.Main(string[] args)
Thanks in advance!
@Px7-941 Maybe you know what's going wrong here? :)
@rjong Short answer, we have not had this crash yet. Can you provide more information? e.g. iOS version, device model, LLVM enabled, push payload, ...
When exactly does this crash occur, cold start or is the app in the background? Is it reproducible on an example?