Quote:
Originally Posted by catnic s.r.l.
More in general.... if I use 4.x features and then i set "IOS development target" to 3.1 for example what happens to theese unsupported features?
|
At best, they just won't work on a device with pre-4.x iOS. At worst, attempting to use them will cause your application to crash. Search around for ways to add run-time checks for backwards compatibility.