domoticz / domoticz-xamarin

20 stars 5 forks source link

Notification no sound in iOS #17

Closed jcwlim closed 4 years ago

jcwlim commented 5 years ago

Hi,

I purchased the in-app version for the notification purpose. but it seem like the notification arrived without any sound / tone. Any special setting I need to set in my iPhone?

DewGew commented 5 years ago

I have the same issue..

jcwlim commented 5 years ago

Still no update? :(

galadril commented 4 years ago

This is actually a thing that should be build in the Domoticz system.. the message payload should contains the sound property to get a sound in iOS.

This file should be changed in Domoticz https://github.com/domoticz/domoticz/blob/95e2be251f07af94f8068172b0fd4473bbbb8792/notifications/NotificationGCM.cpp

Here is more info on FCM notification messages: https://firebase.google.com/docs/cloud-messaging/concept-options#notifications_and_data_messages

More on the properties that could be entered in the notification json payload https://firebase.google.com/docs/cloud-messaging/http-server-ref#notification-payload-support

Can you please make an issue on the Domoticz repo?

galadril commented 4 years ago

Thanks for creating the issue.. i've supplied more info on that matter.. ill keep this issue closed on this project