Hey all,
I have a camel route that sends a notification using the apns component.
This is working, yet I cannot figure out how to control the Badge value
shown in the mobile application.
Route:
<to uri="apnsTEST:notify?tokens={{APNS.IOS_DEVICE_TOKENS}}" />
When using java code, I can modify the badge value but I cannot find the
Camel equivalent?
javapns.Push.badge(33, "<cert>", "<pass>", true, <token>);
What is the equivalent in Camel? How do I set the badge value when using
apns component?
--
View this message in context:
http://camel.465427.n5.nabble.com/apns-notify-Badge-value-tp5583729p5583729.html
Sent from the Camel - Users mailing list archive at Nabble.com.