Push notifications Service using monotouch [closed]
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this questionI 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
The two resources I would start with while beginning to learn about APN are below:
About Local Notifications and Push Notifications
How to build an Apple Push Notification provider server
You may also want to check out Urban Airship. They provide a free APN provider for up to 1 million messages a month.
There is also a project on code.google.com specifically using MonoTouch with APN. apns-sharp I haven't looked at the code but I may help you out.
Push Sharp might be useful for you https://github.com/Redth/PushSharp/
It's like a new version of APNS-Sharp. You'll have to code your iPhone app (so you can be able to recieve APN) and then use Push Sharp for your APNS provider server.
精彩评论