Hi Art, Yes, this should be possible to do. What you'll need to do is check the iOS version (MonoTouch.UIKit.UIDevice.CurrentDevice.SystemVersion) and depending on the value, take different code paths in your app providing differentfeatures depending on the underlying iOS version.
Hope that helps! Jeff On Thu, Oct 6, 2011 at 2:31 PM, Art <[email protected]> wrote: > > Is it possible to support both ios 4 and ios 5? I want to use new ios 5 > cloud api. I also want the ios4 users to be able to use the app without the > cloud. > > > Thanks > Art > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Sopporting-ios-4-and-ios-5-tp3879479p3879479.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
