I am writing an app for IOS using Adobe Air 3.2 using the new stage 3D feature. What is the minimum version of IOS that I can target?
Also in order to target the new Ipad 3 it seems that you need to instruct the compiler to reference IOS 5.1. Will this mean that if I compile with that setting I wont be able to run my app on lower IOS versions?
1) iOS 4 and above is stated in the specs
2) You can run on any version above your deployment target, which I assume is iOS 4.0 because of what the above tech specs state, regardless of the version you compile against.