Skip to content

RoCry/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 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

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

Languages

  • Objective-C 100.0%