Skip to content

A simple debug application for Apple Push Notification Service (APNS)

License

Notifications You must be signed in to change notification settings

LawrenceHan/APNS-Pusher

 
 

Repository files navigation

APNS Pusher

A simple debug application for Apple Push Notification Service (APNS).

Download the latest version

Features

  • Send push notifications to APNS (Apple Push Notification Service) very easily (no configuration needed at all)
  • Grabs the certificate right from your keychain
  • Get the device token automatically via Bonjour; forget about manually retrieving the device token through logging or similar techniques. Useful when not in sandbox mode
  • Support for error response codes
  • Detects Development/Production environment automatically
  • Custom JSON payloads
  • Identity export to PEM format (⌘ + E)

Usage of automatic token detection (iOS6+)

  • Copy the files SBAPNSPusher.h/m to your project
  • …or use Cocoapods:
pod "SBAPNSPusher"
  • Run the following code in application:didFinishLaunchingWithOptions:
[SBAPNSPusher start];
  • Start the app and make sure you're on the same wifi

Screenshots

Screenshot Screenshot

License

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

About

A simple debug application for Apple Push Notification Service (APNS)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 97.3%
  • Ruby 2.1%
  • C 0.6%