I have that common use case to send a notif to my phone in case of critical alerts.
I’m actually using the alert integration for this, and send a sticky notification.
Now, that notification is extremely sticky
How can you remove it al all (barred killing the app)?
Actually, I got confused. sticky only means that the notif will stay if tapped. It doesn’t prevent to swipe it away.
What prevents the notif to be dismissed is persistent, and the doc is clear regarding how to dismiss those.