Skip to content

NOTIFIT/notifit-ios-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, [email protected]

License

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

Packages

No packages published