Git Product home page Git Product logo

pusherman's Introduction

PusherMan

A class that handles registration and handling of push notifications tokens in iOS.

###Installation

Manual Installation

Install manually by adding Pusherman.{h,m} to your project.

Cocoa Pods

pod 'PusherMan'

###Use

Pusherman exists to make the registration of push notifications for iOS easy. By calling a single function, you may register for push notifcations. To get started, head over to your app delegate (or wherever you will begin the registration for push notifications) and type the following:

// Register for Push Notifications
[PusherMan registerAppForPushNotifications];

This will go out to apple and register you for push notifications. The callback to your app from apple will occur in the following method in your app delegate.

#pragma mark - Push Notification Tokens
- (void)application:(UIApplication*)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData*)deviceToken {
  //Save the push notification token from apple
	[PusherMan setDeviceToken:deviceToken];
}

And that's it! You are all registered for push notifications. When they arrive, it will trigger another app delegate method: application: didReceiveRemoteNotification:

pusherman's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

fahlout

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.