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
