notnoop / java-apns

Java Apple Push Notification Service Provider
notnoop.github.com/java-apns
BSD 3-Clause "New" or "Revised" License
1.8k stars 658 forks source link

Message "com.notnoop.apns.EnhancedApnsNotification@ae4edeb5" sent #341

Open nitin- opened 7 years ago

nitin- commented 7 years ago

Hi , I am reciving this message Message "com.notnoop.apns.EnhancedApnsNotification@ae4edeb5" sent but message is not bieng sent to the mobile phone.

KimRagnaSchwerdt commented 7 years ago

Hi.

Causes may be various:

Von meinem Samsung Gerät gesendet.

-------- Ursprüngliche Nachricht -------- Von: nitin- notifications@github.com Datum: 29.05.2017 12:28 (GMT+01:00) An: notnoop/java-apns java-apns@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Betreff: [notnoop/java-apns] Message "com.notnoop.apns.EnhancedApnsNotification@ae4edeb5" sent (#341)

Hi , I am reciving this message Message "com.notnoop.apns.EnhancedApnsNotification@ae4edeb5" sent but message is not bieng sent to the mobile phone.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/notnoop/java-apns/issues/341, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMuwl4YQY8zasktiupfY3uWC_6AtyhEbks5r-p2_gaJpZM4NpJhb.


Firma: Capgemini Deutschland GmbH Aufsichtsratsvorsitzender: Antonio Schnieder • Geschäftsführer: Dr. Michael Schulte (Sprecher) • Jost Förster • Dr. Peter Lempp • Dr. Volkmar Varnhagen

Amtsgericht Berlin-Charlottenburg, HRB 98814 This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.

pdubeyone commented 4 years ago

Thank you for providing java-apns library . Can you please guide me if i can use this to send apns-push-type header for APNS payload, which is required in iOS13? My question: https://stackoverflow.com/questions/61278008/unable-to-set-header-field-apns-push-type-in-apple-push-notification-in-javapn

ApnsService service = apnsServiceBuilder.withProductionDestination().build();
service.push(deviceToken, payloadbuilder.build());