-
Hi there, I'm facing an issue while sending SimpleApnsPushNotification.
While debugging the code I see the value in DefaultHttp2Headers set correctly: Before sending it I switch off the internet connection of my phone, execute the java code, and switch-on internet connection back after some time.... and then the Notification arrives. As explained in documentation I expect the message to expire after the first attempt to reach the mobile, but it is not. Has it something to do with the topic ending: .voip? Any suggestion, please? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The store-and-forward behavior (the part that decides what to do with the expiration time) is controlled by Apple's servers, and is outside of Pushy's control. That said, Apple's documentation does make it sound like this behavior is expected:
For more specific questions, I'm afraid you'd have to ask somebody at Apple. |
Beta Was this translation helpful? Give feedback.
The store-and-forward behavior (the part that decides what to do with the expiration time) is controlled by Apple's servers, and is outside of Pushy's control. That said, Apple's documentation does make it sound like this behavior is expected: