Haiku Custom Push Notification Sound - Feature Request

dgriffith

Member
I recently ran into a customer that wanted a more obvious notification I changed his phone Haiku notifications to the "Alert" style that requires action to dismiss but he also wanted an alarm sound to go off. That's when I realized Apple provides no way to customize sounds for push notifications! From what I've found, it's up to the app developer to specify the sound and, I assume, provide a means for the end user to choose a different sound.

Any ideas?

Thanks!
 
You can use HaikuHelper's scripting to send a trouble notification, which will play a more annoying repeating sound:

Code:
helper.sendTroubleNotification(controller, "test");

Turn off the arming and disarming notifications in HH and then add some code to send them out in the script for the events you need.
 
Back
Top