umair13adil / simple_beacons_flutter

A flutter plugin project to range & monitor iBeacons.
Apache License 2.0
35 stars 42 forks source link

Deactivate Persistent Notification in background mode #25

Open TomStoffen opened 3 years ago

TomStoffen commented 3 years ago

Is it possible to implement such option, or is there a privacy reason why this persistent notification is shown in background mode?

umair13adil commented 3 years ago

That's a requirement for Foreground services, we can not start service in the background without showing a persistent notification.

cloudbreakstudios commented 3 years ago

Is it possible to implement such option, or is there a privacy reason why this persistent notification is shown in background mode?

Is there a way so that selecting the Beacons Service persistent notification opens the app back up? Currently clicking the popup is doing nothing!

abedputra commented 3 years ago

is there any way to modify the text of the notif?