The iPhone 5 is the sixth version of the iPhone released by Apple, Inc. Use this tag for questions specific to this platform.

learn more… | top users | synonyms

269
votes
19answers
85k views

How to develop or migrate apps for iPhone 5 screen resolution?

The new iPhone 5 display has a new aspect ratio and a new resolution (1136 x 640 pixels). What is required to develop new or transition already existing applications to the new screen size? What ...
183
votes
8answers
95k views

iOS 6 apps - how to deal with iPhone 5 screen size? [duplicate]

Possible Duplicate: How to develop or migrate apps for iPhone 5 screen resolution? I was just wondering with how should we deal with the iPhone 5 bigger screen size. As it has more pixels ...
17
votes
1answer
11k views

How do I support the taller iPhone 5 screen size?

My app shows up letter boxed and I want it to stretch properly to fill the whole screen. I'm creating my main window with: self.mainWindow = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] ...
18
votes
4answers
3k views

iPhone 5 (4") bottom toolbar not responding

I'm trying to modify an app to work with the new iPhone 5, 4" screen. I've added the new launch image, "Default-568h@2x.png". After that everything seemed good. Middle portion of my views is resizing ...
42
votes
8answers
32k views

iPhone 5 CSS media query

The iPhone 5 has a longer screen and it's not catching my website's mobile view. What are the new responsive design queries for the iPhone 5 and can I combine with existing iPhone queries? My current ...
14
votes
2answers
6k views

How to switch to different Storyboard for iPhone 5?

Just as an app utilizes different storyboards for iPad and iPhone, I would like my app to use a different storyboard for the iPhone 5. Since there is no option in the Info.plist to select default ...
18
votes
3answers
28k views

How to add iPhone 5 large screen support to iOS apps in Xcode? [duplicate]

Possible Duplicate: How to deal with iPhone 5 screen size? How can I add support for 4-inch iPhone 5 displays to an iOS app in Xcode? Is this even possible with the latest public Xcode ...
13
votes
2answers
4k views

What is the best way for supporting both screen resolution of iPhone4 and iPhone5 ? - Auto layout in only iOS6

Have anyone figured out how to support both screen resolution iPhone4 and iPhone 5 ? In iOS6 we have support of Autolayout. Can that be used for iPhone4-iPhone5 screen i.e. 320x480 and 320x568. If ...
11
votes
6answers
10k views

Same xib for iPhone4 and iPhone5 possible?

Is there any way I can design my classes for both iPhone4 and iPhone5 using the same xib?
10
votes
4answers
10k views

Images for iphone 5 retina display

iPhone 5 released, with new screen size and resolution. When we used images for iPhone 4 (retina), we just added "@2x" to image name. Can anybody tell me, is it possible to add different images ...
9
votes
1answer
3k views

Undo auto resizing for iPhone 5 screen after adding Default-568h@2x.png

I followed the instructions in this answer: http://stackoverflow.com/a/12397309/1084932 to update my app for the new iPhone 5 screen size. Great, worked perfectly! But, I am not quite ready to make ...
42
votes
0answers
9k views

iPhone 5 letterboxing / screen resize [closed]

Because I think a lot of people will be asking this question (because I was)... Now that the latest version of XCode allows us to test our programs on a iPhone 5 simulator, you may have noticed that ...
17
votes
5answers
11k views

Unable to handle orientation in iOS 6?

I am using - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation delegate to change the frame of my view based on the orientation type i.e., ...
13
votes
3answers
3k views

Extend app for iPhone 5 - best practice

Now that Apple is about to start shipping iPhone 5's, I'm looking into extending my applications so they appear full screen on the iPhone 5. I ran my apps on the simulator, and even the ones with a ...
8
votes
2answers
5k views

Developing fullscreen 4inch app in xcode [duplicate]

Possible Duplicate: How do I support the taller iPhone 5 screen size? How to make my app 4inch-ready? My app in iOS6GM simulator looks not 4inch-sized. Is there any option in xcode to use ...
5
votes
1answer
3k views

PhoneGap and iPhone 5: Remove top and bottom black stripes

I'm using PhoneGap to build a mobile app for iOS. Lately I downloaded the new Xcode and ran the app on iPhone5 simulator. The app is working well, but there are two black stripes and the bottom and ...
11
votes
5answers
2k views

My button doesn't detect touch events on iPhone (Retina 4-inch) simulator, but works in iPhone (Retina 3.5-inch) simulator

I'm getting my app ready for the iPhone 5 using the simulator and I've found a weird issue where a couple of my buttons, in one of my views, don't work in the iPhone (Retina 4-inch) simulator, but ...
15
votes
2answers
3k views

iPhone 5 TabBar not functioning in proper position

I am updating our app and I have added the new default image but my tab bar was not working on the iPhone 5. I did some research and created an if statement checking for the size of the display and ...
15
votes
7answers
11k views

XCode 4.5 (4G182) + iPhone 5 iOS6 - Choose a destination with a supported architecture in order to run on this device

So I have a brand new app I created last night for iOS6, using XCode 4.5. I can properly develop on my iPhone 4 with iOS6. Today I got my new iPhone 5 with iOS6 and, after updating the certificates ...
6
votes
4answers
1k views

iphone 5 simulator - Cannot click on bottom of screen?

I'm trying to update an app to add support for the iPhone 5. Based on other threads I have seen, I have added the Default-568h@2x.png as specified and I have added some new background images to the ...
7
votes
2answers
5k views

Conditional support of iOS 6 features in an iOS 5 app

How can you support features of iOS6 in an app with a Minimal Deployment Target set to iOS 5.0? For example, if a user has iOS 5 he will see one UIActionSheet, if the user has iOS 6 he will see a ...
6
votes
4answers
5k views

iOS 6 - Distinguishing between iPhone 5 and other devices?

With the announcement of the iPhone 5 and new iPods today, I'm starting work on optimizing my app to take advantage of the new, extra screen space. I've already got to the point where my app isn't ...
2
votes
3answers
3k views

How to check iPhone Device Version in iOS?

Hi i would like to check iPhone Device Version in iOS. I mean , currently running device is iPhone 4 or iPhone 5. I need to check the device , is that iPhone 5 or not? Because i have some problem ...
8
votes
6answers
295 views

iOS Project Update Xcode 4.2 to Xcode 4.5

In my Project I have done 90% development using XCode 4.2 (was only need to support 4.x,5.x), Now I need to Build for iOS 6 as well, so I switched to Xcode 4.5 & iOS 6. But I am facing lots of ...
7
votes
2answers
2k views

Is iOS 4.3 with armv7 the lowest you can go if you want to support iPhone 5?

I read on the internet that iOS 4.3 with armv7 is the lowest you can go if you want to support iPhone 5. So, if I want my app to run on iPhone 5, then do I need to set the deployment target as iOS 4.3 ...
3
votes
1answer
3k views

how do I update my old apps to iPhone 5? [duplicate]

Possible Duplicate: How to develop or migrate apps for iPhone 5 screen resolution? My apps use standard Apple controls. Some of them are really simple (UITableView nested in a UIView) and ...
2
votes
1answer
563 views

Default-568h@2x.png is not enough; can't tap bottom part of screen [duplicate]

Possible Duplicate: iphone 5 simulator - Cannot click on bottom of screen? I have added a Default-568h@2x.png to my project, causing the letterbox areas to disappear. However, for this one ...
2
votes
3answers
11k views

Default-568h@2x.png for iPhone5

I want update my app to make it can be ran on iPhone5, Xcode(4.5) made a Default-568h@2x.png automatically which is a black picture(640X1136), I know it is iPhone5's loading picture. In iPhone5's ...
-1
votes
2answers
1k views

What to check in order to support the iPhone 5's longer screen? [duplicate]

Possible Duplicate: How to deal with iPhone 5 screen size? The iPhone 5 comes with a longer screen (1136x640 vs 960x640), what should be taken care of in order to support the new (and old) ...
2
votes
1answer
3k views

Dealing with different size images in a xib for iPhone5 versus iPhone4?

The previous posting on here about migrating to iPhone 5 only mention adding a new sized launch image* and maybe using AutoLayout if need be. But I have a few xibs where there is a background image ...
1
vote
1answer
612 views

Letter box in iPhone5

It works like magic to get rid of the letter box in iPhone5. Just put in the picture Default-568h@2x.png. And the app will open with the NavBar in the top in iPhone5 instead of in a letter box. But ...
8
votes
3answers
2k views

Can I use two xibs with one viewcontroller - re: porting to iPhone 5

I just submitted my first app to the app store (yay it was just approved!). I now want to update it to work with (look nicer on) the larger iPhone 5 screen. I don't intend to change anything other ...
3
votes
3answers
5k views

how to set apple-touch-startup-image for iphone5?

I tried <link href="Images/Default-568h@2x.png" sizes="640x1136" media="(device-width: 640px) and (device-height: 1136px)" rel="apple-touch-startup-image"> But it didn't work. And apple's ...
14
votes
3answers
7k views

Xcode Storyboard displaying the new iPhone 5 screen size?

I have the latest version of Xcode. In one of my projects I noticed that the views for the iPhone were the new iPhone 5 screen sizes. I like it but is there a way to switch back to the smaller screen ...
5
votes
1answer
885 views

Will removing support for armv7s architecture still work fine for the iPhone 5 screen?

I am using Xcode 4.5 and using the base SDK, iOS6 and am porting my app for iPhone 5. Some of the libraries that I use for my app are still not built for armv7s architecture. Will removing support ...
3
votes
4answers
973 views

Does the app store show iPhone 5 users the smaller screenshots too, and vice versa?

I'm wondering whether I need to make repeating screenshots for both the regular iPhone size and the iPhone 5 size, or whether it shows both to both users. For example, an iPhone 5 user would see the ...
0
votes
2answers
5k views

Handling the larger device size of iPhone 5 [duplicate]

Possible Duplicate: How to deal with iPhone 5 screen size? Watched the iPhone 5 keynote and yes the device height and a resolution of 640 X 1136. So I saw they showed how existing apps ...
8
votes
5answers
233 views

App reject : Google Analytics ios sdk 2.0

I am using latest Google analytic iOS SDK 2.0 in my Project and app get rejection in few minute saying invalid binary. I received a email from apple review team that "Apps are not permitted to access ...
7
votes
1answer
12k views

MonoTouch: Adding Default-568h@2x.png for iPhone 5 Retina 4

In our MonoTouch projects, is adding a Default-568h@2x.png image, at 640 x 1136 all that is needed to support the app as is on an iPhone 5 ?
5
votes
3answers
3k views

Suffix for Retina Images in iPhone 5

I have some image files for iPhone 5 size 640x1136, i have previously implemented retina images for iPhone 4 & 4S using @2x suffix, so what will be the suffix for images in iPhone 5, we can user ...
4
votes
1answer
449 views

CoreBluetooth[WARNING] Unknown error: 14 on iPhone 5

I am able to connect to a peripheral device using BLE, but shortly after reading some characteristics, the framework returns: CoreBluetooth[WARNING] Unknown error: 14 and the peripheral is ...
4
votes
3answers
2k views

Conversion of existing applications to be compatible with iphone5? [duplicate]

Possible Duplicate: How to develop or migrate apps for iPhone 5 screen resolution? I have some applications in IPhone.Now i want them to be compatible to IPhone5.Somewhere i read that i ...
2
votes
2answers
5k views

iOS 6 - Handle iPhone 5 screen size without Default-568h@2x.png

We are working on a game, that renders a couple splash screens while loading. So we are not using Default.png or Default@2x.png, because it makes sense for the screen to be blank on startup. So ...
2
votes
0answers
325 views

How to prepare my iOS app for the new iPhone 5 size? [duplicate]

Possible Duplicate: How to deal with iPhone 5 screen size? Now that the iPhone 5 is out and it has a different resolution and screen size, I would like to find some information on how to ...
1
vote
2answers
195 views

Buttons are not working on bottom of iPhone5

In my iPhone app,I have used an overlay on the camera. I have 3 buttons on bottom-capture,flash,cancel All working fine on iPhone 3.5" devices.I have changed the Y position for all according to iPhone ...
0
votes
3answers
3k views

How to resize App for Iphone 5?

I'm creating a universal app. Everything is looking great on the ipad/iphone but when I switch my storyboard view to the iphone 5 or run the simulator as the iphone 5, there is an inch or so at the ...
7
votes
1answer
3k views

Update storyboard to iOS 6 with backwards compatibility [duplicate]

Possible Duplicate: Enabling auto layout in iOS 6 while remaining backwards compatible with iOS 5 I'm going to update my app to the new 4 inches display and I figured out that I should ...
5
votes
3answers
1k views

Is iPhone 5 display support *necessary* for app submission?

Quick question: Do new apps submitted now NEED to have customized UI's for the iPhone 5 display? Details: I'm looking for a definitive resource / article which mentions whether new iPhone apps ...
2
votes
2answers
224 views

Best way to manage screen height differences on iPhone 5 and others

What is the best way to manage screen height differences between iPhone 5 and other versions? If we use the storyboard or xib it will resize it accordingly. But if the whole view is build ...
2
votes
2answers
410 views

iphone5 compatibility tab bar coming 88 points above bottom line of screen

I have added iPhone 5 compatibility by adding the default-568h@2x.png However, the tab bar in my application does not come in the bottom as should be expected. This tab bar is added via ...

1 2