PushNotificationPlugin icon indicating copy to clipboard operation
PushNotificationPlugin copied to clipboard

Crash on iOS with version 3.6.9 when tapping notification

Open rjong opened this issue 4 years ago • 2 comments

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!

rjong avatar Mar 27 '21 22:03 rjong

@Px7-941 Maybe you know what's going wrong here? :)

rjong avatar Apr 10 '21 13:04 rjong

@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?

Px7-941 avatar Apr 21 '21 06:04 Px7-941