Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.26 KB

File metadata and controls

42 lines (25 loc) · 1.26 KB

notifit-ios-sdk

[![CI Status](http://img.shields.io/travis/Lukáš Hromadník/notifit-ios-sdk.svg?style=flat)](https://travis-ci.org/Lukáš Hromadník/notifit-ios-sdk) Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

notifit-ios-sdk is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "notifit-ios-sdk"

Usage

let appToken = "edde9798-8aa3-e511-9426-00155d000710"
        let user = "AJTY"
        let password = "****"
        Notifit.registerToken(deviceToken, toApplication: appToken, forUser: user, withPassword: password, success: nil, failure: nil)

Author

Lukáš Hromadník, lukas.hromadnik@gmail.com

License

notifit-ios-sdk is available under the MIT license. See the LICENSE file for more info.