Hi tambiu;
I saw a little old post about the sound of notifications on ios that it worked for you,
I tried to put the code inside [class Notification] inside file [NotificatorFirebase.java] on traccar server source code and reassemble it and created jar file but still the sound not working:
@JsonProperty("sound")
private String sound;
I tried to put "default" value like Notification.sound = "default" but still not working.
Any help will be really appreciated.
Hi, I did this.
I used the built-in system with a "notification" structure with swizzling enabled (FirebaseAppDelegateProxyEnabled = YES in info.plist) and here is the json message I created:
{
"message":
{
"topic":"topic",
"notification":
{
"body":"body",
"title":"title"
},
"apns":
{
"payload":
{
"aps":
{
"sound":"default"
}
}
}
}
}
much appreciated
i will try it
thank you
Hi, I need help with Filter Static
I would like to change the source code to filter speed 0 only after 5 minutes after the vehicle was stopped, anybody can help me ?