Expo Notifications for iOS not working on standalone CRNA

Description:
Expo Notifications does not work on iOS for standalone project. The notifications work, however, when running the application via exp start (or through the expo application). All iOS certificates are valid.

Example:
Sent notification from “Push notification tool” with token distributed by the standalone app to the iOS device.
Result: Notification seems to be sent from Expo but no notification retrieved by the iOS device.

Example 2:
Sending notification from backend:
Result : Notification not retrieved by iOS device on standalone application.

The application was made by running create-react-native-app and the notifications has been working before publishing i.e. just running the application through exp start.

1 Like

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