Max O
Max O

Reputation: 1027

Support new iPhone/iPod Touch 4-inch display with older SDK

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

Answers (3)

GregJaskiewicz
GregJaskiewicz

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

GregJaskiewicz
GregJaskiewicz

Reputation: 496

Try adding [email protected] to the project, it might just work.

Upvotes: 0

Ahti
Ahti

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

Related Questions