ExpoPushToken is valid but ticket keeps giving error.

Please provide the following:

  1. SDK Version: 49.0.13
  2. Platforms(Android/iOS/web/all): Android/iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on. Notifications

I have an Expo React native app using expo-notifications. I have managed to setup push notifications for both iOS and Android. Im using eas to build the apps. Using Test Flight to test iOS and side loading the build apk for Android.

I am able to send push notifications using the expo server sdk for node and using the expo push notification tool.

However I have an iOS device that keeps getting the following ticker error:
{
status: ‘error’,
message: ‘There was an unexpected error delivering the notification. Try again.’,
details: { error: ‘ExpoError’, fault: ‘expo’ }
}

It will succeed to send the notification every so often but the majority of the time I receive that error.

Any ideas on what is happening? Thanks.

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