Doesn't look like it has anything to do with traccar. Where in the traccar setup do you use Apple Push Notification service?
It seems it has to do with the under-laying java back end an its certificate storage. I don't really know what will happen if I do nothing, that's why I trying to update ../traccar/jre/lib/security/cacerts file . I understand that traccar server send notifications to iphones via APN and if these servers change certificates I'm afraid the push will stop to work
I'm sorry to have waded into this, but have you configured any APNs in traccar.xml to enable what you're talking about? Since APNs are network specific, how many of those have you configured in your traccar.xml? No one really messes up with the code in traccar (or maybe only me?) as most of the things are done in the config file and the web UI.
I think that only Firebase push notification is configured within traccar.xml. But now I have a question too: how traccar send notifications to iphones? I understand it can be done via Firebase too but I'm not sure
I see they now published more info about it https://developer.apple.com/documentation/usernotifications/establishing-a-token-based-connection-to-apns
Hello!!
I received the following message from my apple developer's account:
I'm running traccar 6.4 on ubuntu 22.04
How do I "update your applications's trust store to include the new server certificate" ?
Is it something to do at traccar server's level or an the unbuntu OS level?
Amado