CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

CloudFivePush 1.0.0

CloudFivePush 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Oct 2019

Maintained by Brian Samson, Brett Samson.



  • By
  • Brian Samson

Cloud Five Push for iOS

[![CI Status](http://img.shields.io/travis/Brian Samson/cloudfivepush.svg?style=flat)](https://travis-ci.org/Brian Samson/cloudfivepush) Version License Platform

Usage

After the application is initialized (i.e., in applicationDidLaunch), simple call register

//Register this device for push notifications

[CloudFivePush register];

// If you wish to send targeted notifications to specific users, simply pass in a
// unique user identifier:

[CloudFivePush registerWithUserIdentifier: @"[email protected]"];

Advanced Usage

Coming soon.

Requirements

  • iOS version must be at least 7

  • You will need an account on Cloud Five in order to send push notifications to the device.

Installation

CloudFivePush is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "CloudFivePush"

Author

Brian Samson, @samsonasu

License

CloudFivePush is available under the MIT license. See the LICENSE file for more info.