What dose “Requires iOS 4.2 or later ” mean? … that it won’t work on devices with iOS 4.3 or newer? What was “Valid Architectures” for then? Or BaseSDK: Latest iOS (iOS 5.0) for?
So what do I need to do to make sure it is compatible with iOS 5.0?
Thanks…
“Requires iOS 4.2 or later” mean that any device running iOS 4.2 through iOS 5.1.1 (as of June 5, 2012) can install and run your application.
Any user running iPhone OS 1.0 through iOS 4.1.x will not be able to install your app and the AppStore (on device) app will refuse the user to proceed with any purchase or download.
Update
See the SDK Compatibility Guide, specifically Base SDK and Deployment Target Settings.