I am developing an alarm system mobile app. The device controlled by it has multiple events. For example, when a sensor is activated it sends a notification, or when It runs out of battery it sends a notification. The notifications are sent by mail, push-up notifications and sms. Do you have an idea how to show the user the notifications they want to receive? For example, maybe they want the sms notifications only when a sensor is activated, but they don't want it if it is because the device ran out of battery. I have 5 events.
1 Answer
Have a notification settings page in the app where users can set notification for each specific type.
-
1Agree with Lonut: given the two dimensions of the settings, a matrix feels like a solid design that's worth testing with users.JochenW– JochenW2025-04-10 21:00:33 +00:00Commented Apr 10 at 21:00
