flutter_local_notifications icon indicating copy to clipboard operation
flutter_local_notifications copied to clipboard

IOS notification alert settings

Open mdikcinar opened this issue 2 years ago • 2 comments

I just wanted to ask how can i get alert notfication only on notfication screen without popup alert.

For example i want to disable popup alert in first picture without disable notification alert in 2nd picture.

mdikcinar avatar Aug 25 '21 00:08 mdikcinar

This is currently not possible and requires an update from the plugin as Apple use to combine both together as one setting that is now deprecated (see https://developer.apple.com/documentation/usernotifications/unnotificationpresentationoptions?language=objc). A pull request would be welcome for this

MaikuB avatar Aug 30 '21 10:08 MaikuB

Is there any update regarding this issue? or any other way this is possible?

Ajay-jyothish avatar Dec 15 '21 11:12 Ajay-jyothish

This will help https://www.youtube.com/watch?v=aQTvI8L-mZs

myselfuser1 avatar Mar 17 '23 12:03 myselfuser1