0

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.

Community
  • 1
  • 1
Max O
  • 997
  • 8
  • 13

3 Answers3

1

Update, Apple will not accept your app if you build it against SDK older then 6.0 and include support for iphone 5.

GregJaskiewicz
  • 456
  • 3
  • 11
  • I can also confirm this - an app built with older SDK and Default-568h@2x.png was rejected – Max O Oct 02 '12 at 13:41
0

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.

Ahti
  • 1,420
  • 1
  • 11
  • 20
0

Try adding Default-568h@2x.png to the project, it might just work.

GregJaskiewicz
  • 456
  • 3
  • 11