taoyufan / APNS-Pusher

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

License:MIT License