Frank LaRosa
unread,Aug 2, 2011, 10:55:54 PM8/2/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Java client for Apple Push Notification service (APNs)
I've been using java-apns for two days now and it wasn't hard to
initially set it up and send messages.
However, I have yet to get the inactive devices feature to work.
Although I intentionally uninstalled my app from several of my test
devices, none of them showed up when asking for getInactiveDevices().
Nor were there any errors seen in the logs, nor errors received via
the delegate interface, even if attempting to send new messages to the
uninstalled devices.
I added the jssecacerts file to my jvm in case that was the problem,
but it didn't help.
Any advice?