Skip to content

thijsdamen/libnotification-ios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libnotification-ios

Egeniq Notification Library for iOS

Dependencies

JSONKit 1.4+ (https://github.com/johnezang/JSONKit) - Add the JSONKit.h and JSONKit.m files to the project.

SETUP

Register your bundle with apple to enable push notifications. read more here: http://developer.apple.com/library/mac/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ProvisioningDevelopment/ProvisioningDevelopment.html#//apple_ref/doc/uid/TP40008194-CH104-SW1

Add the following fields to your project .plist files: ENSAppId - The application ID you received ENSDeviceTokenExchangeURL - The url you received

Sample Project

The sample project has a simple interface that registers the device with the server, allows you to subscribe to channels and lists your subscriptions.

About

Egeniq Notification Library for iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 99.6%
  • C 0.4%