Egeniq Notification Library for iOS
JSONKit 1.4+ (https://github.com/johnezang/JSONKit) - Add the JSONKit.h and JSONKit.m files to the project.
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
The sample project has a simple interface that registers the device with the server, allows you to subscribe to channels and lists your subscriptions.