Skip to content

vinod1988/APNS-Pusher

 
 

Repository files navigation

APNS Pusher

A simple debug application for apple push notification service (APNS).

Download APNS Pusher

Features

  • 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

Usage of automatic token detection

  • 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

Screenshots

Screenshot Screenshot

Changelog

2.2

  • The app can now export the identity to PEM format

2.1

  • Added the ability to automatic get the token from an iOS device on the same network via bonjour

2.0

  • Support for custom JSON payload

1.1

  • Initial Release

License

APNS Pusher is released under the MIT-license (see the LICENSE file)

About

A simple cocoa app to send pushes via APNS

Resources

License

Stars

Watchers

Forks

Packages

No packages published