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

0
votes
3answers
201 views

How do I test apps created using iPhone 5 screen size in iOS6 simulator? [duplicate]

Possible Duplicate: How to develop or migrate apps for iPhone 5 screen resolution? Although I am using iphone6 simulator, my simulator size is same as the iPhone 4, But I want to test my ...
0
votes
0answers
172 views

Mapview zoom in IOS6

I am doing a mapview application. I have a set of contacts with addresses, which I convert into co ordinates using -(CLLocationCoordinate2D) getLocationFromAddressString:(NSString*) addressStr { ...
0
votes
1answer
317 views

Static UITableView on iPhone 5

The main screen of my app is a static table view with some options. With the new iPhone 5 I have to deal with an extra space on the bottom of the screen: I would like to increase the height of the ...
-1
votes
3answers
390 views

Installation issue with iPhone 5 with iOS 6.0.1 and xcode 4.5.2

We have been facing a special scenario for the last week and can not find any solution for it. Here is our configuration info: Development tool Xcode 4.5.2, iOS 6.0.1, deployment target 5.0, universal ...
-1
votes
3answers
268 views

How can I re-enable the letterbox mode using the iPhone 5 and Xcode 4.5.2 without deleting the app?

I'd like to re-enable the letterbox mode on the iPhone 5 for my app. Using Xcode 4.5.2 and building an app for iPhone 5, I generated an 1136x640 launch image and it was named Default-568h@2x.png. I ...
1
vote
0answers
510 views

AVSystemController_SystemVolumeDidChangeNotification on iPhone 5

It seems that AVSystemController_SystemVolumeDidChangeNotification event on iPhone 5 is triggered every time a AVCaptureSession is started. [[NSNotificationCenter defaultCenter] addObserver:self ...
0
votes
0answers
191 views

migrate iphone 4/4s App to iphone 5 programmatically

I am working on Migrating my App from iPhone 4,4S to iPhone 5 .I have created all the code programmatically without using any xib I tried following the Code given: iOS 6 apps - how to deal with ...
0
votes
0answers
99 views

Xtify Datastore Richnotification db is Nil

I must say I've been seeing that your support team is terrific, batting many, many problems successfully. Kudos on heroic support. Here's my little one. I installed everything by the book, and ran ...
0
votes
1answer
168 views

Storyboard Switching Views from Push Segue Crashing

I have a storyboard set up with two views, one for 3.5in iPhone screens, and one for 4in iPhone screens. In the AppDelegate.m under didFinishLaunchingWithOptions: I have: ViewController *viewc = ...
0
votes
1answer
79 views

Why is the orientation wrong on the 6.0 simulator but fine on iPhone 4 (4.3.3)?

I was testing my cocos2d-iphone 1.0.1 game on an iPhone 4 with iOS version 4.3.3. It is a landscape mode game. I recently updated Xcode to 4.5.2, and it comes with iOS simulator 6.0. If I run my ...
1
vote
2answers
133 views

What changes should I do to my cocos2d-iphone 1.0.1 project to run it on iPhone 5?

I've been developing a cocos2d-iphone 1.0.1 game project and have been testing it on an iPhone 4. I'll soon be getting an iPhone 5. I just updated Xcode to 4.5.2. Will my project be able to at least ...
2
votes
1answer
290 views

Missing Retina 4 Launch image?

My app have an error ,Please see the image.
1
vote
2answers
579 views

IPhone 5 optimize old xib

This is my problem: I need instructions on how to fix the 3.5 inch xib for the 4 inch screen. I have already loaded the Default-568 img so I no longer have the letterbox layout. I have the ...
0
votes
2answers
253 views

iPhone 5 app compatibility, Is it mandatory to change all the images?

I want to make my App compatible for iPhone 5, i got the point about auto resizing just need to confir, Do i need to add all the images re-sized for iPhone 5 OR can work with re-sizeing only Splash ...
2
votes
1answer
103 views

Automation issue on tabbar in iphone

I am using the automation on instruments tools check my application using the java script when i app have two tabbars when i click the second tab via javascript following code var target = ...
7
votes
3answers
803 views

CBperipheral uuid is null in ios 6.0.1 on i-phone5

well, I have an application that scan and connect to to a 'bluetooth le' device under ios 6.0.1 but on iphone 4s, and it works good. when upload the application to the apple store, they return me an ...
3
votes
2answers
350 views

AVAudioPlayer Does not work on iPhone 5

Has anyone experienced issues with the AVAudioPlayer using an iPhone 5? My code has worked properly on the iPhone 4, iPhone 4S, and iPad (3rd gen) but it is randomly not working on the iPhone 5 now. I ...
0
votes
2answers
183 views

How do I force my iPhone app to 480 px height on iPhone 5 and ios 6 SDK?

When I run my iPhone app that was compiled pre-ios6 on an iPhone 5, it renders in original 480 px with black space on the top and bottom of the screen. However, when I compile my iPhone app on the ...
0
votes
1answer
39 views

When will an app be letterboxed in iPhone 5?

In what situations will an app be shown in letterbox on iPhone 5? i.e. What criteria does iPhone 5 use to do this? What are the steps that one should take to keep that from happening?
2
votes
2answers
258 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 ...
0
votes
1answer
55 views

“_OBJC_CLASS_$_IconDownloader”, referenced from: & clang: error: linker command failed with exit code 1 (use -v to see invocation)

Run time program show the following error:- "_OBJC_CLASS_$_IconDownloader", referenced from: & clang: error: linker command failed with exit code 1 (use -v to see invocation) Any One solve ...
0
votes
0answers
105 views

H.264 video playable on all iPhones except iPhone 5

Our Android app generates video file according to iOS's video guide, with the following parameters: Container: MPEG-4 Base Media (isom) Video: 720x480, 920kbps (variable), H.264 AVC ...
0
votes
1answer
211 views

Cocos2d App Crashing After Launch Image on iPhone 5?

I've searched and there's little to no information on this. My friend has an iPhone 5 and I sent him the build of my application and it installed fine. He goes to open the app and it's crashing after ...
2
votes
2answers
220 views

iPhone : How to prevent screen stretching into 4-inch display

I just want my app to be seen in 3.5-inch area even though it is on iPhone 4-inch display. I unchecked 'Autolayout' all of the views in IB files but it still uses fullscreen. Is there any other ...
2
votes
3answers
743 views

When on iPhone 5, UITableView cuts off in 3.5 inch format

For some reason, the UITableView cuts off when on an iPhone 5. Instead of seeing the table view on the entire screen, I just see a blue background. Basically, it's behaving like I'm using a 3.5" inch ...
0
votes
1answer
277 views

How to resize views for iphone 5 WITHOUT autolayout

I'm using storyboard. I've been getting errors the past two weeks trying to get a custom page view controller to work http://www.wannabegeek.com/?p=168. I finally figured out that this particular ...
0
votes
0answers
107 views

UINavigationBar does not position correctly on 4“ or 3.5”

I'm having a really hard time making my application work with the new iPhone 5's screen. I can have the layout all set up for the 3.5" screen but when I change it to the 4" everything moves around ...
1
vote
2answers
134 views

iPhone-5 compatible issue

I had developed an ios app for ios 4.0.That was navigation based application.Now I want it also support for iPhone-5 I think I changed xib after checking device version,I am facing problem xib is ...
0
votes
3answers
361 views

How to simply switch from iphone 4 size to iphone 5 size?

I would like to know how could I make my application enable for iphone 5 standards (especially screen-size). I currently have an application designed for iPhone 4 so all the views are 460 px height. ...
0
votes
1answer
456 views

iPhone 5 UI screen issues

After lot of googling i am asking this question. I have an app, i want to make it compatible with the iPhone5. I added Default-568h@2x to my app which contains nearly 10views. So I changed views like ...
-1
votes
2answers
163 views

black space below tabbar on iphone 5

I'm currently developing a new app. This app has a login screen. When you login. You go to a tabbar controller. But below my tabbar there is a black space. You can see it below here. Anybody has an ...
2
votes
2answers
473 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 ...
0
votes
3answers
513 views

Detecting iPhone 5 or other in Mobile Web

I am writing a web application (xhtml, css, js) that also browsed in mobile phones. I want to detect the device is iphone 5 or not! Do you know a javascript controller for it?
0
votes
1answer
370 views

UITabBarController not working on iphone 5 simulator and I am using xib so no mainwindow.xib

I have added code to make a tabbar application with navigation features. - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil { self = [super ...
-2
votes
2answers
248 views

Can I change the colour of the iPhone 5 letterbox (the black bars at the top and bottom

I have an app that I can't update for the new size of the iPhone 5- basically it's built around the asset sizes I have, and there's no way to get updated assets. The app still works fine, but it has ...
0
votes
1answer
203 views

How to migrate existing iphone application to iphone 5 screen resolution as well?

I have my existing application, I want to migrate these application to iPhone 5 resolution as well, I tried lot of links regarding these problem, I haven't get clear idea about actually to migrate ...
2
votes
1answer
452 views

iOS launch image and status bar

In an iOS app, historically, the launch image was supposed to have a 20/40px unused area on top where the status bar would appear during app launch. In my app, I would just have a while stripe there. ...
1
vote
1answer
187 views

iphone 5 NIBs using ios 5

I just started using ios 6 autolayouts and I have to say I like them quite a bit. That said, I'm working on an app which needs to support both ios 5 and the iphone 5. Unfortunately, it seems that I ...
0
votes
2answers
185 views

iphone 5 showing white strip at bottom

My app works fine in iphone 4 but my iphone 5 showing this below white strip. I have added Default-568h.png too but issue is still there. What should I do?
0
votes
1answer
161 views

How to show iPhone5-Splashscreen with PhoneGap V1.x

Is there a way to hack PhoneGap 1.0 to make it show the correct splashscreen on iPhone5 to avoid the white flash of the webview? I can controll the splashscreen with if(navigator.splashscreen) ...
1
vote
3answers
179 views

Xcode 4.3 How do I save a region of my app screen?

I am creating a native app on Xcode 4.3 and deploying to target iOS 5. The app is a basically a greeting card creator. I am having trouble figuring out how to save a portion of the screen from within ...
1
vote
1answer
292 views

ScrollView's content size not working

I have put a scrollview and there are labels and button over it. I have set the content size to even bigger like [scrollview setContentSize:CGSizeMake(320,700)] but still the scrollview is not ...
0
votes
0answers
51 views

can't change view height from ios 5 to ios 6

My app build in ios 5.Right now i want to run that app in ios 6.0. I have make changes view bound when version 6.0 then view bound height should be 1136px.But even when i run app in iphone simulator ...
0
votes
2answers
197 views

background image in retina 4

I am using the following code to set a background in my iphone app. [[self view] setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"background_final.png"]]]; The problem is ...
2
votes
2answers
252 views

Orientation issue in iPhone 5

I have an app created for iPhone 4s and the previous version.Everything working fine except iPhone 5. I have set both Portrait and portrait upsidedown for iPhone and all orientation view for iPad.My ...
-1
votes
2answers
386 views

how to create iphone application which is compatible for iphone 4 and 5 screen sizes [duplicate]

Possible Duplicate: How to develop or migrate apps for iPhone 5 screen resolution? I have two sets of images.One set of images to iphone 4 background images and other set of images to ...
0
votes
1answer
62 views

Loading very first view in storyboard based on the device model (iPhone 5 & iPhone 4S)

I am working on a universal app that needs to run on iPhone 5, iPhone 4S, iPad, iPad Retina and iPad mini. Everything is working fine, except only one thing. I need to load my very first view based ...
0
votes
4answers
306 views

Will iPad2 app work on iPad3?

I am new to iOS, I seen that iPad 2 has resolution of 1024-by-768 and iPad 3 has resolution of 2048-by-1536 with retina display.. I am sure that iPad 2 app will defiantly work on iPad mini because ...
0
votes
1answer
135 views

Reduce memory size of video having videoQuality:UIImagePickerControllerQualityTypeIFrame960x540

I am recording and uploading video to server from my iPhone application. The video needs to have a aspect ratio of 16:9 so I set [videoRecorderController ...
0
votes
1answer
350 views

Xcode 4.5 Uploading a iPhone 5 app only

i have a app built in Xcode 4.5 with 4 inch screen/View controllers i built this app just for iPhone 5 as i sent it off to iTunes connect. once it said upload received it showed "Missing Localized ...

1 3 4 5 6 7 10