Open
Description
I'm just getting this package installed prior to going to Prod, so I'm not sure if this is affecting production push notifications on react-native, but a recent iOS update to 18.3.1 on a device caused test push notifications to stop working.
Frustratingly, not only do the push notifications & in-app messages dependent on them not appear, but sending a test push notification seems to be registering for the device and user a "Push uninstall" event and the device is set to endpointEnabled: false
until initialization is called again.

What is working:
- Push Notifications from the APNS console
- Push Notifications from the Iterable web console's "Test Push" for apps using the APNS token
- In-app messages appear only during the
Iterable.initialize
call (likely due to a fetch attached to the method?) - Older device running iOS 15.8.3 was able to receive Iterable push notes and in-app messages from 1.3.21 without issues
Running React-Native 0.74.7. Initially experienced on 1.3.21, but also confirmed on 2.0.0-beta
Metadata
Metadata
Assignees
Labels
No labels