Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.13.3
-
None
-
Novice
Description
The Apns Endpoint only accepts Strings with the payload.
It would be great if we alternatively could send EnhancedApnsNotifications so we have more control about the message that is being sent.
This would especially help with handling notification errors, since the java-apns allows a ApnsDelegate to be notified about errors "messageSendFailed(ApnsNotification message, Throwable e)" - only we currently have no way of linking these failure messages to the exchange send by camel.