Hi,

Christos and I sync'd up on getting code ready for a client SDK, that supports registration of a device, with our backend (e.g. Push/Connectivity Server)

A few general notes:

* We should have Reachability in mind:
https://www.pushlayer.com/blog/2013/03/12/ios-push-notifications-best-practices)

* Registration of the device is the main issue/focus of the (Push Registration) SDK:
https://github.com/matzew/ag-up-poc#registration-of-an-installation-on-a-device-ios

= Requirements = 
The API should be able to send these items to the device registration server:
* token
* os
* type
* version (of the OS)
* alias/client-identifier (optional)

Right now (see above github link) APP also needs to know these IDs:
- push app id
- mobile variation id

(and the URL of the Push Server)


greetings,
matthias


--
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf