You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In my application I need to show only certain notifications when the application is in foreground.
I know I can do this in Android in onMessage stream, where I actually use flutter_local_notifications to show the notification.
But in iOS I have to use setForegroundNotificationPresentationOptions to let the application show the foreground notifications. But this show notifications automatically.
Is there a way to do it in iOS? I checked documentation, but I didn't see any about it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In my application I need to show only certain notifications when the application is in foreground.
I know I can do this in Android in onMessage stream, where I actually use flutter_local_notifications to show the notification.
But in iOS I have to use setForegroundNotificationPresentationOptions to let the application show the foreground notifications. But this show notifications automatically.
Is there a way to do it in iOS? I checked documentation, but I didn't see any about it.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions