WSDOT / wsdot-ios-app

Source code for the WSDOT iOS application
GNU General Public License v3.0
10 stars 4 forks source link

Add audible alerts to notifications #218

Closed waynedyck closed 1 year ago

waynedyck commented 3 years ago

Notifications would produce an audible sound similar to when text messages are received.

englehorn commented 1 year ago

iOS app notifications are set up to use the default notification sound assigned in the firebase messaging push_notifications.py payload.

https://github.com/WSDOT/firebase-messaging-app/blob/833ac9c13eed39eb3b7f9ca88de73f1bfff616c8/push_notifications.py#L133

englehorn commented 1 year ago

Closing this issue. The notification sounds have been working for me in testing.

In order for the notification sounds to work:

  1. The notification sounds must be selected in app settings.
  2. The app must be closed or in a background state.