Or is Apple still accepting apps only adapted for the old screen size? Can I still submit iOS 5 apps?
|
closed as not constructive by 0x7fffffff, Janak Nirmal, bensiu, Praveen, Nik Reiman Nov 6 '12 at 7:56
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Apps are normally compatible with iPhone 5's taller screen by default, because they are letterboxed unless a specific file is present:
.. when this taller splash screen exists in the bundle, iOS assumes that you've designed your app specifically for its larger screen. You can still submit apps that have a iOS5 base sdk. Note, however, that the latest XCode releases do not include iOS5 as a base sdk anymore. It would be wise to upgrade your project to iOS6 base sdk, and iOS5 (or lower) deployment target. As long as you're not including the above file, your app will (mostly) behave as it did on older iPhones, while not taking advantage of the additional screen real estate. See also: How do I support the taller iPhone 5 screen size? Default-568h@2x.png for iPhone5 Note that including the above file in a iOS5 build is not supported and a common cause of rejection:
Source: http://developer.apple.com/library/ios/#technotes/tn2294/_index.html |
||||
|
|
|
You still can submit your app, but if it doesn't have the proper image assets to work on the iPhone 5's screen, it will display "letterboxed" with black bars on top and bottom to fill up the empty space (kind of like iPhone apps show up on the iPad). |
|||
|
|