I'll throw in my plug for the library I created to help send push notifications for iOS: https://github.com/Redth/APNS-Sharp
Similarly I've done work on C2DM for Android: https://github.com/Redth/C2DM-Sharp <https://github.com/Redth/APNS-Sharp> --- Jon (aka Redth) On Fri, May 13, 2011 at 6:48 AM, Mikkel Lønow <[email protected]> wrote: > Take a look at this blog post: > http://roycornelissen.wordpress.com/2011/05/12/push-notifications-in-ios-with-monotouch/ > > Mikkel > > > 2011/5/13 Nic Wise <[email protected]> > >> >From what I know, yes. >> >> Most of it is the off-device setup (you have to have a server or use >> something like urban airship), and the device is launched with the >> FinishedLaunching method (which maps to the objc method >> application:didFinishLaunchingWithOptions:) >> >> look in the included dictionary for what caused you to be launch, and >> react accordingly. >> >> It should be nearly identical to how objective-c works :) >> >> >> >> 2011/5/13 Jesús Bosch Ayguadé <[email protected]>: >> > Hi, >> > >> > Does mono touch support push notifications? >> > >> > Thanks! >> > >> > >> > >> > Jesús Bosch Ayguadé >> > http://www.plungeinteractive.com >> > http://www.facebook.com/plungeinteractive >> > >> > >> > >> > >> > >> > >> > >> > _______________________________________________ >> > MonoTouch mailing list >> > [email protected] >> > http://lists.ximian.com/mailman/listinfo/monotouch >> > >> > >> >> >> >> -- >> Nic Wise >> t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise >> b. http://www.fastchicken.co.nz/ | http://www.flickr.com/photos/nicwise >> >> mobileAgent (for FreeAgent): get your accounts in your pocket. >> http://goo.gl/IuBU >> Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa >> London Bike App: Find the nearest Boris Bike, and get riding! >> http://goo.gl/Icp2 >> _______________________________________________ >> MonoTouch mailing list >> [email protected] >> http://lists.ximian.com/mailman/listinfo/monotouch >> > > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
