Local notifications in flutter can't work in Release Mode but working in debug mode in iOS.
When we tried local notification by enabling background fetch, audio , remote notifications and push notifications under signing and capability in debugging mode everything was working fine. We need this package to work in background mode i.e., when the app is idle in IOS. This functionality is required in our application send notifications when we receive a signal from signalr package from server even though the app is idle. It worked perfectly when we connect it in debugging mode and we have proceed to TestFlight update but app from the TestFlight didn't send notifications when the screen is off or in background
When we tried local notification by enabling background fetch, audio , remote notifications and push notifications under signing and capability in debugging mode everything was working fine. We need this package to work in background mode i.e., when the app is idle in IOS. This functionality is required in our application send notifications when we receive a signal from signalr package from server even though the app is idle. It worked perfectly when we connect it in debugging mode and we have proceed to TestFlight update but app from the TestFlight didn't send notifications when the screen is off or in background