Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone 5 support with base SDK iOS5.1

Is is possible to submit the app with base SDK iOS5.1 and with [email protected], so that application will not leave an extra black space?

Our normal application is working fine on iPhone5 leaving a black space from top and bottom, but if we just include "[email protected]", will it work fine (the view displayed in complete area of iPhone5)?

There are lots of dependencies to support iOS6, so is it possible to submit the app with "[email protected]" and base SDK iOS5.1?

like image 303
ajay agrawal Avatar asked Sep 24 '12 15:09

ajay agrawal


People also ask

How do I download and install iOS 5 software updates?

iOS 5.1.1 Software Update can be downloaded and installed using iTunes. For the protection of our customers, Apple does not disclose, discuss, or confirm security issues until a full investigation has occurred and any necessary patches or releases are available. To learn more about Apple Product Security, see the Apple Product Security website.

What's new in the iOS 5 update?

This update contains over 200 new features, including the following: Swipe from the top of any screen to view notifications in one place with Notification Center Slide the notification app icon to the right on the lock screen to go directly to the app Send and receive unlimited text, photo, and video messages with other iOS 5 users

What can I do with the iPhone 5 home screen app?

Send and receive unlimited text, photo, and video messages with other iOS 5 users Automatically organizes magazine and newspaper subscriptions on Home Screen Location-based reminders when you leave or arrive at a location for iPhone 4S and iPhone 4 Sign-in once in Settings and tweet directly from Camera, Photos, Maps, Safari and YouTube

How do I use the Notification Center on iOS 5?

Swipe from the top of any screen to view notifications in one place with Notification Center Slide the notification app icon to the right on the lock screen to go directly to the app Send and receive unlimited text, photo, and video messages with other iOS 5 users Automatically organizes magazine and newspaper subscriptions on Home Screen


1 Answers

It is impossible to submit the iPhone 5 full screen app which is built with Xcode 4.4.1 and iOS 5.1 SDK. I did the same thing to support both old devices of armv6/iOS 3.x and iPhone 5. But I got this reject message from itunesconnect. I think it is the new policy of App Store.

"Invalid Launch Image - You app contains a launch image with a size modifier that is only supported for apps built with the iOS 6.0 SDK or later."

like image 125
Terry Ahn Avatar answered Sep 27 '22 01:09

Terry Ahn