I have a flutter app where I use Firebase Cloud Messaging for notifications.
I am sending test notifications via firebase console.
Notifications function as expected on android.
On ios the notifications arrive as expected when the app is in the foreground. When the app is minimized in the background, notifications do not show in the system tray. Also no badge shows either even though a badge is set in firebase notification when I send by console.
Essentially there is no sign a notification has arrived at all until the app is opened again.
I have followed the instructions found on this page and confirmed I followed the ios integration steps to a T.
I am testing on a simulator.