Tapping on notification crashes app

Please provide the following:

  1. SDK Version: 42
  2. Platforms(Android/iOS/web/all): iOS

Hi, I have a weird issue… tapping on a remote notification instantly crashes the app.
I was able to replicate on the simulator and I get:

Nov  3 09:55:23 Mac-mini com.apple.CoreSimulator.SimDevice.A81997D3-D575-4ABB-8EC7-8C409818BBF4[3825] (UIKitApplication:host.exp.Exponent[c062][rb-legacy][13568]): Service exited due to SIGABRT

I thought it was one of my listeners so I removed every reference to them and it still crashes.

I do get output from this:

this.notificationListener.current = Notifications.addNotificationReceivedListener(
      handleNotificationReceived,
    );

As soon as I interact the app crashes, there is no listener for: Notifications.addNotificationResponseReceivedListener

I am sending custom notifications, after diggin deep into the issue, I found this thread:

https://github.com/expo/expo/issues/3223

I added an experienceId key in the payload and it now works…

I thought you fixed this?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.