I am developing an iPhone application in which I want to support Air Play. My app should be able to run on iPhone device with iOS 4.1 onwards. So, I have selected iOS 4.3 as Base SDK and 4.1 as Deployment Target in Target settings of my App. Now, I want add the code of setting the flag allowsAirPlay on MPMoviePlayerController. This is supported only in iOS 4.3 SDK. What should be the XCode app-target settings and how should the code be written so that 1) it also compiles in the system in which iOS 4.3 SDK is not installed. 2) it runs properly in all the iPhone devices with iOS > 4.1 3) In a iPhone device with iOS 4.3, Air Play feature is enabled.
This is a basic question; but I always get confused with this.
Thanks in advance. Regards, Deepa