The iPhone 5 is the sixth version of the iPhone released by Apple, Inc. Use this tag for questions specific to this platform.
0
votes
1answer
107 views
App update with support of iPhone 5 and white strip issue
I have an existing app I had to update, and I decided to support iPhone 5 on it.
To do that, I made a new splashscreen and checked all my xibs to fit the new size.
As the update is released, I wanted ...
1
vote
1answer
269 views
QR code scanning issue zxing iOS 6.0.2
i am working on an application where we need to scan QR codes for iPhone.
I am using zxing API for it. App is working great with iOS 6.0.1 but it's not working right with the latest release of iOS ...
0
votes
0answers
83 views
Positioning on the bottom for iphone5
I'm getting really confused here. My data picker is not positioning properly on the bottom of the screen. It's ok on 3,5' but not ok for 4'. I can't use autolayout. I hope the language won't get you ...
0
votes
0answers
24 views
Video capture toolbar becomes solid after setShowsCameraControls:YES 4" screen
On a 4" screen (iPhone 5) the toolbar holding the controls for UIImagePickerController for video is usually clear, but when setting showsCameraControls NO then YES later it becomes opaque black. Is ...
0
votes
2answers
142 views
iPhone 5 simulator and media query
i have seen the answer here on how to get the media query of iPhone5
@media
only screen and (max-device-width: 1136px) and (min-device-width: 960px) and (device-height: 640px),
only screen ...
1
vote
3answers
617 views
jQuery-animation on touchend after scrolling on iPhone5
I have a pretty strange problem with the jQuery animate() function on an iphone 5. The scenario:
I attach an event handler to the touchend event on an element, starting an animation. Usually this ...
0
votes
1answer
34 views
UIview clear a zone
This is an inherited code, I would like to change as few as possible, just give support for iphone5 (taler) screen size.
Somewhere I have a code like this:
[self.view ...
0
votes
1answer
170 views
UIBarButtonItem on UINavigationBar not responding on iPhone 5
I have a problem - my app got rejected 3 times for the same reason, "Selecting the Action button does not produce an action". Apple said the "share button" isn't working as well.
On my devices (ipod 4 ...
0
votes
1answer
278 views
UINavigationBar missing image on iOS 6
I'm working on a proyect that was built a while ago for iOS 4.2.
I had to work on resizing a few views for iPhone 5 etc. Everything works perfectly except for a NavigationBar that is missing the ...
0
votes
1answer
121 views
What image sizes do you use in Xcode for iPhone5 Storyboard
When creating an iPhone5 storyboard, what images do you use inside of Xcode. Since the iPhone5 is retina only, then all of your graphics have to be doubled, and yet the coordinates are all 1/2 of ...
0
votes
2answers
427 views
Display different xib files based on iPhone screen size
I've made a few apps now that work on iPhone 5 and iPhone and it's really becoming a hassle to program and resize everything based on the frame.view.height so this time I made to views in my xib file, ...
2
votes
2answers
496 views
adjust table view size in iphone 5
I have created an universal app and i run it in iphone 5 simulator i.e. iphone retina 4. All is working fine but a table view size is not appropriate.Actually, i have that table view completely above ...
0
votes
2answers
98 views
Make an App Complible with iO5 5 & iOS 6 Using constraints [duplicate]
Possible Duplicate:
Enabling auto layout in iOS 6 while remaining backwards compatible with iOS 5
My boss want me do to an App compatible with iPhone 5/4/4S and iOS 6/5
Is it possible ?
...
0
votes
1answer
20 views
Using launchImage but keeping boundries in iphone5
Is there anyway I could add a launch image using “Default-568@2x.png” but not run at 4" native resolution and keep boundaries.
I want to have a launch image, but want to keep everything else the ...
3
votes
1answer
2k views
ipa failed to install in itunes 11
I have tried this so far but still no luck my app is not installing onto some devices.
Here are the steps.
Added UDID of 3 devices (2 X iPhone 5, iPad 4).
Modified Development Provisioning Profile ...
0
votes
0answers
120 views
Backward compatibility of iPhone 5
I have an app in the iTunes App Store that has been running fine on iPhone/iTouch devices. I'm now getting reports from my users that the app appears to be crashing when attempting to save its data ...
1
vote
0answers
184 views
Accelerometer behavior different on iPhone4S vs iPhone5?
I'm using "UIAccelerationValue" to log the accelerometer values into a file. After sending the file by email a rough offline analysis of the recorded data will be performed.
This works well with the ...
0
votes
2answers
46 views
Anything to be aware of that causes instability when running on iPhone 5? [closed]
I'm not sure if this is going to be a useful question/thread, as I dont have any concrete examples or snippets to provide.
All I know is that I have been testing my app via simulator (the Retina 4") ...
0
votes
2answers
108 views
detailTextLabel.text not showing, on iPhone 5 only
I've solved this but it's worth sharing as I couldn't find anything on this.
I had a subclass of UITableView, with a detailTextLabel.text that was not displaying. The detailTextLabel object itself ...
2
votes
2answers
137 views
Map UIView onto a face for iPhone 5's retina display
I have a UIView that I would like to map onto a face of my shape. All that works but I would like it to work with retina graphics on iPhone 5. I set my openGL layer's contentScale property to 2.0 but ...
0
votes
3answers
245 views
how many nib file I need to support iPhone 3G, iPhone 5 and iPad?
If I want to support and design with old iOS and iPhone, how many nib I may need? Will it be 3 nib, one for older iPhones, one for iPhone 5 and one for iPad? Surely I do not want the black border ...
2
votes
3answers
194 views
Does the iPhone 5's screen require separate versions of my app's images?
I have a graphic designer that creates images and things like that for me. Do I need give him separate image sizes to be created specifically for iPhone 5, or do I build like I used to for the 3.5 ...
0
votes
1answer
281 views
HTML5 FileReader API in iPhone5 not getting photo from camera
I'm building a mobile website which lets users upload photos from their camera.
I can get images from the users albums, and I can get images when the user takes a photo in iOS6 on iPhone4 and ...
0
votes
1answer
302 views
Interstitial Ad for DFP not showing Fullscreen in ADMob iPhone 5
I am implementing the interstitial ad using Google's AdMob SDK. The Ad shows fine on iPhone 4S and lower. However on iPhone 5, the ad leaves a blank space at the bottom since its not resized properly.
...
0
votes
0answers
90 views
NKAssetDownload not working on iPhone 5
I'm working on a newsstand app, and I'm having problems with NKAssetDownload, the downloads doesn't start after calling "downloadWithDelegate:".
The same app (code) works perfect on the simulator and ...
1
vote
1answer
176 views
Launch screen via custom url for iPhone 5
According to the Apple docs, I can use different launch images when my app is launched via a custom url scheme. I have been able to implement this for the 3.5" standard and retina images.
I am ...
2
votes
1answer
55 views
ULabel's center property's value changes depending on which edge it's bound to
Quick version: Why does the value of a UILabel's "center" property change between when it's Size Attribute is bound to the top of it's parent container and the bottom, and what can I do to change or ...
1
vote
2answers
78 views
developing for iPhone 4 and 5 still need @2x?
if developing for only 3.5 and 4 inch retina screen, do I still need a foo@2x.png? or can I just do foo.png
Thanks
1
vote
4answers
280 views
Screen Layout Issues for iPhone-5 large screens [duplicate]
Possible Duplicate:
How to develop or migrate apps for iPhone 5 screen resolution?
As I attached an Image, I've generated view in XIB for iPhone-5 screen size. When I'll run as iPhone-4s ...
0
votes
1answer
164 views
Cellular Data, LTE and Internet Connection [closed]
This might be a very naive question - on iPhone 5, if I turn off Cellular Data, but leave LTE turned on, will I still have internet connection? assume that I don't have wifi access at all.
5
votes
3answers
482 views
How to remove iPhone 5 compatibility from Xcode project?
Accidentally I allowed Xcode to add the iPhone 5 launch image for a massive app project where I don't want to adapt to iPhone 5 just yet.
I deleted the launch image but the simulator keeps launching ...
0
votes
1answer
707 views
Image resolution support for iPhone 3G, iPhone 4 and iPhone 5
I know that similar questions have been asked before, but I am really in a dire situation.
I am building an app which is wanted to work on iPhone 3G, iPhone 4 and iPhone 5.
I am a beginner in iOS ...
0
votes
1answer
133 views
cocos2d CCScene background orientation
I'm trying to add a background image for my scene using the following code:
CCSprite* background = [CCSprite spriteWithFile:@"background-hd.png"];
background.tag = 1;
...
1
vote
1answer
180 views
Xcode Image Background Swap Device Dependent
Currently I'm defining my app's background image in XCode's Attribute Inspector under Image View.
I'd like to, however, use a different background when an iPhone 5 views the app -- this is for a ...
1
vote
1answer
226 views
(iphone5+phonegap) number input field : last characters changes to 0
I am working on phonegap application. I am facing a very weird behavior.
Problem : When I enter more than 15 digits in the input field, all extra digits are replaced with '0' after closing soft ...
0
votes
1answer
98 views
Linker error in iPhone5 for Spotify
I am implementing Spotify in my iPhone app. In iPhone4 and 4S, it builds and runs fine. But when I connected iPhone5 device and builds, it shows linker error. After disconnecting the device, the build ...
0
votes
1answer
77 views
Want help in testing my ios app on iphone
I have developed an iOS app in which i am using very large no of .png images for that i have created a SQLite database of the name of that images i took image name from that database and load image, i ...
-1
votes
1answer
132 views
How to integrate Flickr with iPhone [closed]
I need Flickr integration in my iPhone application. What are some useful links or source code demos?
0
votes
1answer
140 views
UIImagePickerController iphone5 Orientation Landscapemode
i sub classed UIImagePickerController and implemented it into @implementation
- (BOOL)shouldAutorotate
its works fine but the problem is:
while capturing in landscape mode the display appears in ...
1
vote
1answer
238 views
Iphone 5 , UIInterfaceOrientationPortraitUpsideDown
I am not able to rotate my view PortraitUpsideDown in my iPhone 5. I have used supportedInterfaceOrientations(UIInterfaceOrientationMaskAll) and shouldAutorotate {return YES;} and also checked ...
0
votes
0answers
233 views
HTML 5 Video tag poster not working on Iphone 5
I have no problem with displaying poster image for my older iphone and other devices.
For some reason, it the poster image fails to load on new iphone 5. Here is the code.
<video id="player" ...
0
votes
0answers
46 views
My Sub View Stop Responding after keyboard hide after appearing
I have few UIViewController and whose nib file size is Retina 4 Full Screen. The all Views add a subview call Bottom Menu as there child
BottomMenu *bottomMenu=[[BottomMenu alloc]init ];
...
0
votes
1answer
101 views
iOS 6.1 times out with delivered app, but not on app by Xcode
I have an app that got successfully approved by apple and its available thru the App Store.
Installing the app thru the app store works to login and get the initial data, but when you push the refresh ...
0
votes
1answer
501 views
Tabbar not Resizing with iPhone-5 or Retina Display
I have used tabbar controller using storyboard in application with iOS 6.
In normal or iPhone-4, Screen Layouts are fine. But in iPhone-5 or Retina display, I am stuck with Tabbar Controller ...
0
votes
0answers
45 views
Any idea why this button would show up in the iOS 6 Simulator but not on my iPhone 5 device?
Pretty much as the title suggests. Only additional things I would include is that the button's functionality works, even though the image isn't showing up on my iPhone. It calls the "goBack" method, ...
-1
votes
1answer
167 views
Mellow with the iPhone 5 yellow? [closed]
I am building an app which uses some nice calm green and yellow colours.
However, on the iPhone 5 'yellow screen' theses colours lose their charm and are actually quite sharp.
My question is: is the ...
3
votes
2answers
245 views
InApp Purchase not working in iPhone 5 device
I have implemented In-App Purchase in my app. It is working well on iPhone 4 device, for both iOS5 and iOS6, but is not working on iPhone 5 device.
For iPhone 5, when I click In-App Purchase, the ...
0
votes
0answers
82 views
Difference in iphone 5 and iphone 4 userAcceleration values
I am working on an app to senes userAcceleration and display the value to the user, how ever I just noticed that on my old 4 the userAcceleration.x y and x a violent shake will give around 3 on the ...
1
vote
1answer
283 views
unexplained frame rate drops only on the iPhone 5
I have an iOS application that grabs frames from the devices camera and does some quite CPU intensive image processing. On the iPad 2, iPad 3 and iPhone 4s the application happily runs at 30 frames ...
0
votes
0answers
84 views
Positioning UI elements on iPhone5 screen
I have a Login Screen in my app showing the usual User/password textfields and a login button. When I switch to the 4'' inch screen I encounter the problem of respecting the same proportion ...



