About a month ago I mentioned a handy library with a command line tool allowing you to test out push notifications on apps running in the simulator without needing to use Apple’s push notification service.
Here’s another handy tool for debugging push notifications directly on the device called APNS Pusher.
APNS pusher makes it easy to test push notifications on device (as long as the device is located on the same wifi network as your Mac) by allowing you to easily grab the certificate from your keychain, and automatically grabs the device token.
You can easily send your custom payload through the provided GUI interface. Here’s an image of APNS Pusher from the readme:
You can download the source APNS Pusher on github here, and download the compiled version directly through this link.
A nice tool for debugging push notifications.
- Library Allowing You To Send Push Notifications To Simulator Apps By The Terminal
- Tutorial: Using Node.js To Deliver Push Notifications To iOS Devices
- Tool: Script For Automatic Generation Of Certificates Required To Enable Push Notification
- Tutorial: iOS Push Notification Services For Beginners
- Open Source Module For Easy Apple Push Notifications To iOS Apps Using Node.js
Original article: Easy To Use GUI Tool For Debugging iOS Push Notifications
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.