I am starting to look for the Apple Push Notification Service .
I have an created using Monotouch framework,
How can I start to let my app use the apple Push Notification Service,
Should I create a Web Service that handle my event and if the insert event is captured for example I send data to the APNS and that is all
or should I create something particular.
and in the Client Side Should I add some method to handle the notification from APNS???
I am really confused and I don’t know from where should I start doing all this.
Thanks in Advance for your help
Trying to figure out the client site of APNS with MonoTouch, i found this article very helpful:
Push notifications in iOS with MonoTouch