|
This line is wrong : https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/push/sender/src/main/java/org/jboss/aerogear/unifiedpush/message/sender/APNsPushNotificationSender.java#L204 , we should multiply the ttl by 1000.
We workaround could be to update our doc to use miiliseconds but le't s stay in sync with APNS format that expects seconds.
|