Expo Push Notification on IOS (iphone5s)

When i send notifications i have no problem to receive it on Android but on IOS it seems be blocked, it’s weird because, from Expo tool or Backend server the receipt is ok but nothing on my phone and all settings seems be ok. Nothing in the listener on Foreground and nothing on Background.

  • Expo notifications activated on ios configuration,
  • checked Device Token must be made,
  • already checked notification permission (granted),
  • my iPhone can’t receive push from Other apps either

Is it possible that APNS block my Expo notifications?
Is it a good solution to update Expo credentials ?

I specify for now the app run in Expo client only (not detached or ejected).

Hey @jhirsch,

Can you make sure you’ve updated to the latest version of the Expo Client?

Cheers,
Adam

Hello @adamjnav,

Thank you for your answer, it’s the last version of expo client on my phone.

is it supposed to work perfectly on iPhone/iOS ?

Hey @jhirsch,

It should. Based on your first post, I just want to clarify something. Is this issue occurring on standalone iOS app or while you are running your app within the Expo Client?

Hello @adamjnav,
I use Expo Client for now and i receive notifications on Android, it’s weird and it’s the same for several applications.
Is it possible that it comes from my phone?

@adamjnav any idea?

Hey @jhirsch,

Sorry for the delay here. I would double check your permissions in your OS settings on the iPhone and make sure notifications are enabled. If they are and you are still not receiving them, I would try uninstalling and re-installing the Client on iOS.