Reputation: 1027
I would like to support full-screen mode on new 4-inch displays as described here. Would that trick work if I build and release the app with older SDK - say iOS 5.x?
Couldn't find an answer in the documentation and simulator is behaving really strange when set to Retina 4-inch and older SDK.
Upvotes: 0
Views: 1306
Reputation: 496
Update, Apple will not accept your app if you build it against SDK older then 6.0 and include support for iphone 5.
Upvotes: 1
Reputation: 496
Try adding [email protected] to the project, it might just work.
Upvotes: 0
Reputation: 1430
I can't think of a reason to use an outdated SDK. Don't confuse SDK with deployment target. You can still write Apps that require only iOS 3.1.3 or anything you want with the newest iOS SDK.
Upvotes: 0