The iPhone 4 is the fourth version of the iPhone released by Apple, Inc. Use this tag for questions specific to this platform. Don't confuse with the iPhone 4S.
22
votes
8answers
6k views
iOS5 Storyboard error: Storyboards are unavailable on iOS 4.3 and prior
I've built a small app using storyboards and it ran great. Just before final testing I decided to try it out to see if it runs on iOS 4.3. I clicked on the gray 5.0 in the project settings and ...
19
votes
4answers
4k views
Compensating compass lag with the gyroscope on iPhone 4
I've been experimenting with the compass and gyroscope on iPhone 4 and would like some help with an issue I'm having. I want to compensate for the slowness of the compass by using data from the ...
14
votes
1answer
8k views
iPhone 4 Camera Specifications - Field of View / Vertical-Horizontal Angle
Does someone know the field of view values for the new iPhone4 camera? I'm doing some AR app's, and I want to know the horizontal and vertical angle of the rear camera.
Thanks!
10
votes
3answers
17k views
Turn on torch/flash on iPhone 4
I know that the only way to turn on the flash and keep it on on iPhone 4 is by turning the video camera on. I'm not too sure of the code though. Here is what I am trying:
-(IBAction)turnTorchOn {
...
9
votes
3answers
7k views
iPhone 4 Retina “apple-touch-startup-image” for Web-apps
This has been asked multiple times here, but without a solid and understandable answer. This is a web-app, not a native-app.
I'm using:
<link rel="apple-touch-startup-image" ...
9
votes
8answers
10k views
Detect retina screen/iPhone 4 in iPhone SDK
In my application I am downloading some images from the web (from my server to be precise), in order to save some bandwith and especially memory on the phone, I provide them in two resolutions: ...
8
votes
1answer
311 views
iPhone 4 Unlocking. NCK-Bruteforce Research
Every iPhone has a NORID (8 bytes) & CHIPID (12 bytes) unique to each phone.
Where is this stored? NOR? seczone? Can it be dumped?
An iPhone requires a NCK to unlock. From what I understand ...
6
votes
2answers
280 views
Understanding iPhone resolution
I'm using phonegap to export a very simple html5 page to an iphone app and running into this silly issue.
iPhone resolution is 960x640.
When I set the canvas to those dimensions, it seems way too ...
6
votes
1answer
2k views
Do background applications *ever* quit in iOS 4?
I don't fully understand Apple's iOS 4 model, I've been poring through documentation for hours, but I still appreciate some help.
Do backgrounded iPhone apps ever quit? For example, when I close a ...
5
votes
2answers
2k views
iPhone 4 iOS5 Core Plot and ARC error:“The current deployment target does not support weak references”
I've converted my project to iOS 5 and enabled ARC. Now I need to integrate core plot with the project. When I try to instantiate a sample controller included with the Core Plot, I get about 20 errors ...
5
votes
6answers
479 views
Location services don't stop when application is terminated
I'm currently developing an iPhone application which needs location services for various use including AR.
I test everything on simulator and on my iPhone 3GS and everything went well.
I recently ...
5
votes
3answers
148 views
Is there any difference in functionality between iPhone4 black and white color? [closed]
I have to purchase iPhone4 for development purpose,so can anyone suggest me is there any difference between iPhone4 white color and iPhone black color? If yes which one is better choice for ...
4
votes
1answer
427 views
Images blurry in iphone 4 mobile safari
I'm making a mobile web app and am having some trouble with my images. They look great on my desktop but all blurry in the iPhone. I guess it's cause' of the retina display and that mobile safari ...
4
votes
3answers
324 views
how to access Microsoft Exchange server from iPhone application?
In my app i want to access exchange server for events and contacts, how can i achieve this?
Is there any API for this or something else?
Thanks, I greatly appreciate any help.
4
votes
2answers
2k views
Images for retina display iphone
I have an working application which i have tested in my ipod touch. Everything works pretty fine.
My tabbar icons and splash screen images are in a separate folder in my Resources folder
...
4
votes
2answers
586 views
NSString sizeWithFont:constrainedToSize: returning incorrect height on retina displays
I think I have found an edge case for sizeWithFont:constrainedToSize: where, on a retina display, it will sometimes (it seems based on word wrapping) returns a height 1 line taller than is actually ...
4
votes
1answer
1k views
iPhone 4 resolution difficulty - @2x naming technique not working for button image
I have a button with an image set through interface builder. The original image is SearchImage.png and the high rez version is SearchImage@2x.png. I'm absolutely sure that no typos were made, and the ...
3
votes
2answers
474 views
CoreGraphics slower on iPhone4 than on 3G/3GS
I have a chart drawn with CoreGraphics.
This chart can be scrolled horizontally and it's drawn as we scroll it.
The problem is that on 3G/3GS the speed and performance of the scroll is good but on ...
3
votes
2answers
599 views
iPhone 4 apps automatically scale up on iPad?
I thought I read/saw/heard something saying that apps built for iPhone 4's Retina Display would automatically run at 640x960 when installed on an iPad. However, can't find any documentation on that ...
3
votes
1answer
1k views
colorWithPatternImage with iPhone 4 Retina Display (image@2x.png)
Thanks to SO's search function blowing up whenever I enter "@2x", it's difficult to tell whether this has already been asked...
I've been using colorWithPatternImage: to build tiled background images ...
2
votes
1answer
147 views
How can I have a full-screen canvas at full resolution in an iPhone 4?
I'm trying to create an HTML5 game, which I'd like to work in modern desktop browsers, plus as many smartphones as I can get my hands on to. For now, that means iPhone 3/4 and a couple of Androids...
...
2
votes
1answer
94 views
iPhone4 EXC_BAD_ACCESS for UIView after dealloc. How to debug?
I'm working with Apple's Accelerometer Graph Example:
http://developer.apple.com/library/ios/#samplecode/AccelerometerGraph/Introduction/Intro.html
I'm pushing 2 Graph Views onto a navigation ...
2
votes
2answers
166 views
How can I change iphone simulator hardware configuration?
I want to change simulator to show retina display effect.
I try to find where I can change the hardware configuration.
But no result, I get.
Do you know How do you change simulator to show retina ...
2
votes
3answers
935 views
About IPhone4 screen resolution
I read from http://www.apple.com/iphone/specs.html that IPhone4's screen is 960-by-640-pixel resolution at 326 ppi.
But in Xcode's IPhone4.3 simulator, when I manipulate the display objects, print ...
2
votes
2answers
506 views
Is there a light sensor on the iPhone, and if so, how can I read the data?
I notice on my iPhone, after a few seconds of being in direct sun light, the screen will adjust to become brighter, dimmer etc. I was wondering if there was a way to interact with this sensor?
I ...
2
votes
1answer
266 views
How to make an iphone and iphone4-retina compatible app (done in cocos2d) easily adapted to ipad?
My question is simple:
1. I made an iphone app all done in cocos2d.
2. I adapted it to iphone4-retina, with all PNG files have their -hd copy.
Run in iPhone, the app displayed correctly (320x480).
...
2
votes
1answer
364 views
@2x images not loading in some iPhone 4 devices
I've added both image.png and image@2x.png in my resource folder. My problem is, in some iPhone4 devices it is loading the image@2x.png correctly while in some it is taking the image.png file. Please ...
2
votes
2answers
1k views
display image in iphone 4 retina display
I am showing a high resolution image in iphone 4 and i set the image view frame size as below :
imageFrameNormal.size.width = 470;
imageFrameNormal.size.height = 625;
but it showing full screen ...
2
votes
4answers
2k views
How to handle hi res and low res of application's Icon.png for iPhone and iPhone4
I have already provided both Icon.png (for iPhone) and Icon@2X.png (for iPhone4).
The thing is, when I just provided Icon.png of size 144x144, the console outputs this message:
"iPhone/iPod Touch: ...
2
votes
0answers
3k views
iPhone4 change IMEI?
Can I change the IMEI of an iPhone4?
It is just a hypothetical question, I am preparing for a little presentation to show off how easy it is to "hide" yourselves from anyone unwanted (even the ...
2
votes
1answer
297 views
iPhone 4 nib sizes
I want to do an iPhone 4 only app that uses the iAd AdBannerView. When I add this it has a fixed size of 320x50. How does this work with the higher resolution?
Can someone explain how the higher ...
2
votes
1answer
502 views
Should we take iPhone 4-sized screenshots for app store submission?
So far I haven't been able to find the specifications for the iPhone screenshots we'll submit along with our application. (It's universal, so I'm also taking iPad screenshots.) Can they / should they ...
2
votes
1answer
194 views
Changing Image quality for the iPhone 4 users in an iPhone app
I want to display an image to my users which is larger than the screen area and will overscroll to let the users drag it around and zoom in.
Do I need different images with different dpi for iPhone 4 ...
2
votes
1answer
526 views
Maximum size of UIImage tiles for iPhone 4
I have an iPhone app containing a large static image, which is sliced into 1024x1024 tiles and put in an UIScrollView. I'm not clear whether I can use larger tiles on the iPhone 4.
If I want to ...
2
votes
1answer
246 views
Video with iPhone 3.0 OS application getting crash while running in iphone 4.0 OS
I am having a crash issue while playing video in iphone 4.0 OS. Actually, I have created application with base SDK 3.0 and now i am just installing application to 4.0 OS device.
It is not working in ...
2
votes
2answers
2k views
How to convert NSString to NSNumber without using numberfromstring
I want to convert NSString to NSNumber without using numbreFromString: method? The numbreFromString: metgod is acting weirdly in 4.0. So i want to use an alternative to convert NSString to NSNumber. ...
2
votes
1answer
642 views
UIImagePNGRepresentation() and scale (iPhone 4 screen)
I've got some image generating code that uses UIGraphicsBeginImageContext(), UIGraphicsGetImageFromCurrentImageContext() and UIImagePNGRepresentation() to do some drawing, then save it to disk as a ...
2
votes
3answers
3k views
CGContext text drawing doesn't scale up on iPhone 4
I am trying to create an app that scales up nicely on the iPhone 4. Currently most of it scales up perfectly, except for one crucial piece: the text that I draw inside a CALayer, inside its ...
1
vote
1answer
72 views
what happens when a retina image loads in a iPhone 3gs device?
i just have hi resolution image for one of the apps, i am just going to reuse them and i don't have any normal resolution image equivalents for that. what happens when i just have all high resolution ...
1
vote
0answers
182 views
iPhone safari browser ajax undefined error - jquery
I made a mobile website using jquery and tested it on various devices (Android, BlackBerry and iPhone). I have a issue that happens strictly on iPhone 4. No other phone has this issue. When I use the ...
1
vote
0answers
49 views
iPhone4 iOS5 ARC how to profile memory?
I'm trying to debug a mysterious app crash that happens after running the app for a few hours.
My hunch is that this may be memory related, as I've not done any memory optimization since starting to ...
1
vote
1answer
257 views
iPhone4 iOS5 custom history UITableViewCell [image included] is it possible?
I'm trying to add a way for my app to display data in an easily comprehensible form. I tried doing this with graphs, but found it to be a bit awkward, so I'm off to find a better solution.
Here's a ...
1
vote
1answer
255 views
iPhone4 iOS5 kill the app with a button?
I have an app that runs for a while, but needs to be reset every day, because it's lifecycle is a bit different than most other apps. It seems that the easiest way to do this is to kill the app and ...
1
vote
2answers
131 views
iPhone4 iOS5 NSFetchedResultsController how to pick batch size?
I got 5 fetched results controllers now, and am adding my first one to actually work with data, rather than just displaying it. I expect the controller to manage up to 150 objects. What batch size ...
1
vote
2answers
149 views
iPhone 4 iOS5 how to include a text configuration file with the app?
I know how to read/write to local files on iOS using file handles. I can dynamically create and read/write form them.
What I'm trying to do right now is to include a file, about 200 lines long with ...
1
vote
1answer
157 views
Cocos2D freezes on iPhone 4
I have a Cocos2d app (1.0.1) that breaks on my iPhone 4 running iOS 4.2.8. It is working fine in the 4.1, 4.3, and 5.0 simulators. It works fine on iPhone 3g and iPod Touches running 4.2.1 also. ...
1
vote
1answer
514 views
iPhone4 vs iPod touch 4g battery life: is there a 50% difference? [closed]
Sorry if this question is not programmatic enough, but it has significant implications to my future development efforts for the iPod.
I'm running the same app on a ~3 month old iPhone4 (16Gb) and on ...
1
vote
1answer
303 views
iPhone 4 web-app browser width: 960 or 981?
<html>
<body REMonload="document.location.assign('index2.php?w=' + window.innerWidth + '&h=' + window.innerHeight);">
<script language="javascript">
...
1
vote
2answers
123 views
iPhone4 Core Plot what's a reasonable number of points for scatter plot?
I'm messing around with the Core Plot, and the performance is killing me. I have up to 43000 data points, and it appears that the core plot is failing after about 1500. What's a good number of points ...
1
vote
1answer
21 views
Xcode 4 embed app version into the iOS app
Is it possible to access the app version that I specify in the xcode project setting from within the application?
I'm trying to create an auto-updating "About" view controller, and it would be nice ...