I\'m now responsible for a initial release of an app for iOS and Android. The developer that started the work has left the company and we are left with an incomplete Titani
The first step is to get the device token from apple to do this you have to register for Push notifications, you will find it in detail here
The process that follows is saving the token to your database and using it to send Push notifications, this blog explains it best.
Hope it helps.