| PushyApnsSender ignores Config#timeToLive, instead it uses a fix TTL of 1 day (default used by Pushy's SimpleApnsPushNotification class). It would be good to consider the ttl provided in org.jboss.aerogear.unifiedpush.message.Config#timeToLive. BTW: This seems like a regression. In former times this worked correctly before switching from notnoop.apns to pushy. See former solution in UPS 1.1.3 (method: createFutureDateBasedOnTTL): https://github.com/aerogear/aerogear-unifiedpush-server/blob/1.1.3.Final/push/sender/src/main/java/org/jboss/aerogear/unifiedpush/message/sender/APNsPushNotificationSender.java |