Hi,
Just ejected my expo managed app from Expo SDK 40 to the bare workflow but notifications are received only when using Expo Go client. Nothing when running the app with yarn ios. Is that normal and is it expected to work when submitting to the app store?
I have submitted my credentials to expo server and when using the expo api sending a test notification, I get a status OK answer. But nothing happens on the phone.
However, when launching the app with expo start
, I can receive the notification.
Do I miss anything?