Matthias Wessendorf

Results 223 comments of Matthias Wessendorf

@pashtika you could implement this interface https://github.com/notnoop/java-apns/blob/master/src/main/java/com/notnoop/apns/ApnsDelegate.java and include it when building the ApnsService e.g.: ``` APNS.newService() .withXXXXX(). ..... . withDelegate(new ApnsDelegate() { /// implement the methods }) ```

Perhaps worth to look at Apple's APNs doc? https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html

to device? no - well, not directly via apns api to apns itself: yes (see the ApnsDelegate interface I mentioned on a different thread before) On Thursday, July 9, 2015,...

On Thu, Dec 3, 2015 at 12:39 PM, Justuno [email protected] wrote: > @JavaHelper https://github.com/JavaHelper you can implement > ApnsDelegate's messageSent method. if the message was sent to APNS > successfully,...

we switchted to pushy, works great! On Wed, 26 Apr 2017 at 12:19, Petr Petrov wrote: > I had this today as well. It seems to be an SSL related,...

whats the reason for having no passphrase on the .p12 file On Thu, Mar 5, 2015 at 11:10 AM, benkris1 [email protected] wrote: > @RexpecT https://github.com/RexpecT @matzew https://github.com/matzew > > —...

IMO it's lame that these platforms actually force you to have no passphrase On Thu, Mar 5, 2015 at 11:31 AM, benkris1 [email protected] wrote: > In my project ,i develop...

any docs that it's live? any idea when the current (aka legacy) system will be shutdown? On Mon, Feb 22, 2016 at 8:22 PM, dorheini [email protected] wrote: > I join...