Latest | 0.9.9 |
---|---|
Homepage | https://github.com/cloudfive/push-ios |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
Cloud Five Push for iOS
[](https://travis-ci.org/Brian Samson/cloudfivepush)
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.
Latest podspec
{ "name": "CloudFivePush", "version": "0.9.9", "summary": "iOS client library for receiving push notifications from cloudfiveapp.com.", "description": " Easy push notifications via https://push.cloudfiveapp.com. Just include this Pod in your iOSn project and sign up online to get started.n", "homepage": "https://github.com/cloudfive/push-ios", "license": "MIT", "authors": { "Brian Samson": "[email protected]" }, "source": { "git": "https://github.com/cloudfive/push-ios.git", "tag": "0.9.9" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "CloudFivePush": [ "CloudFivePush/Assets/*.png" ] } }
Tue, 01 Mar 2016 10:35:03 +0000