A simple debug application for apple push notification service (APNS).
- Send push notifications to APNS (Apple Push Notification Service) very easy (no configuration needed at all)
- Grabs the certificate right from your kechain
- Get the device token autimaticaly via bonjour, no need to log (or similar), usefull when not in sandbox mode
- Support for error response codes
- Development/Production environment
- Custom JSON payload
- Identity export to PEM format
- Copy the files SBAPNSPusher.h/m to your project
- Run the following code in application:didFinishLaunchingWithOptions:
[SBAPNSPusher start];
- Start the app and make sure your on the same wifi
- The app can now export the identity to PEM format
- Added the ability to automatic get the token from an iOS device on the same network via bonjour
- Support for custom JSON payload
- Initial Release
APNS Pusher is released under the MIT-license (see the LICENSE file)