Groovy-script to send iOS push notifications
When testing your iOS-app for the handling of push notifications, it’s nice to have a quick way to send one or more messages to your device.
Here’s a quick little Groovy-script I wrote that shows how to use java-apns to do just that. See the java-apns documentation for more information on setting things up.
You’ll need to have Groovy installed to run the script. Grape willl automa(t|g)ically resolve the dependencies for you.
Enjoy!
