IOS Notifications

I’m having a lot of difficulties in implementing notifications in IOS.
Having the app open I can receive the notification from “https://exp.host/--/api/v2/push/send”. However, I can’t receive the notification when the app is closed.

In app.json, I already added the “remote-notifications”:
“ios”: {
“infoPlist”: {
“UIBackgroundModes”: [“remote-notification”]
}
},

On android it works perfectly.

Can anyone help me how should I implement notifications in IOS?

Thanks.

Hey @fabiovieira1901, this should work without any additional configuration necessary. Can you share the relevant version numbers in your setup? Also, where are you getting directions to add "remote-notification" to your infoPlist.UIBackgroundModes?