Push notification token not working

I have two devices that I’m testing push notifications on: an iPhone and and Android phone. Both devices have both the Expo Client installed and our published standalone app. So I have four tokens that I’m testing with: ios/expo, ios/standalone, android/expo, and android/standalone. Push notifications are working as expected on three of those, but not on iOS through the Expo Client. In all cases, I’ve tried manually sending the notification via curl and the push notification tool. I can fetch the receipt from the ticket, and there’s no error. I’ve tried adding a notification listener (which doesn’t get called), tried backgrounding and closing the app, disabling/enabling push notifications. Is there anything else I can try? Is there a way to generate a new token?

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