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.

learn more… | top users | synonyms (1)

0
votes
0answers
14 views

Upgrade xibs to iPhone5

We have iPhone app which was built 2 years ago. Right now we are going to convert it to suit for iPhone 5. The major works will be converting the existed xibs into two versions: one is for keep same ...
0
votes
2answers
58 views

How can i Change dynamically image from iphone 4 to iphone 5 screen

I'm sorry for my english. In the app that i'm trying to develop in the first view i have a set of 4 images, one banner and one tab bar that i want to cover totally the screen size. For the 3.5-inch ...
0
votes
2answers
88 views

position of UILabel to make compatible for both iPhone 4 and iPhone 5

The simple code for making an UILabel for my App is UILabel *todaysGame = [[UILabel alloc] initWithFrame:CGRectMake(10, 60, 300, 250)]; todaysGame.text = @"Today's Game"; todaysGame.backgroundColor = ...
0
votes
1answer
84 views

auto adjusting UI elements for iphone4S and iphone5

After a long search for how to display UI elements correctly on both iphone4S and iphone5.I am now confused as whats the best way to display UI elements in the Xib.Should I use autoresizing Feature in ...
0
votes
2answers
98 views

UIImageView does not accept images and gives Null?how to solve it.?

UIImageView does not get the image and gives null, I have also tried with lazy code but still it gives null. UIImageView *image_view=[[UIImageView alloc]initWithFrame:CGRectMake(10, 2, 50, 58)]; ...
-1
votes
3answers
96 views

Building Identical apps in Xcode for the iphone 4 and the iphone 5

I have been doing a lot of research on build an app for both the iphone 4 and iphone 5. I have posted a link for another question I posted. Deploying my app for both the iPhone 4 and iPhone 5 Here ...
0
votes
0answers
27 views

Strange In App Sandbox Testing Issue

I am using In app purchase for non-renewable subscriptions. First Time I tested in sandbox it's working fine. But second time strange things happens. What I am doing is when I get receipt I send the ...
0
votes
0answers
105 views

Deploying my app for both the iPhone 4 and iPhone 5

I have an app that I am trying to make compatible for both the iPhone 4 and iPhone 5. There seems to be a lot of discussion on how to do this. I have the latest Xcode version and deploying on 6.1 ...
0
votes
1answer
103 views

iPhone 4/iPhone 5 User Interface compatibility in MonoTouch

I am hoping someone can help me out with this one. I have an app that I am trying to update to get rid of the letterbox look when running on iPhone 5. I have added a Default-568h@2x.png to the project ...
0
votes
2answers
128 views

How to make app compatiable for iphone 4S and 5?

I am new to UI design, however a client wants an app ready for both iPhone 4s & 5. I understand the iPhone 5 will create two bars if the image is not long enough. Many people said coding it at ...
0
votes
0answers
48 views

UIActivityIndicatorView not animating (scenario - having 2 UIViews and 2 UIActivityIndicatorObjects)

I have a view controller for splash screen and I have handled A) Both orientations -> With two UIViews namely viewPortrait,viewLandscape B) Both screen sizes -> 3.5", 4" I added ...
0
votes
0answers
84 views

Backward compatability in iPhone screen size

i have a problem. I have developed an iPhone project,it used "Auto layout" so that iPhone 5 screen size is handled. my problem now is that iPhone 4 screen size is not handled. i have tried to handle ...
0
votes
1answer
203 views

iPhone 4 traps max-width:480px media queries

An iPhone 4 with a resolution of 640×960 falls into media queries specified within: @media only screen and (max-width:480px) This media query is at the very end of my CSS stylesheet... Above this ...
0
votes
0answers
15 views

How do I make my application available on the App Store only for iPhone 4 or faster devices? [duplicate]

My app can't run correctly on 3gs (mostly by performance reasons & no way to fix that). How I can drop off support for 3gs on the AppStore? it's related to: How do I make my application ...
2
votes
2answers
255 views

iPhone 5 screen size black bars

I am having problems in making my iPhone 4 (3.5 inch screen) work on iPhone 5 screen. I have already tried to import Default-568h@2x.png image for a launch image and it works properly in simulator, ...
0
votes
0answers
93 views

iPhone 4 accelerometer

I'm working with an app that requires use of accelerometer. To pick accelerometer values I use method startDeviceMotionUpdatesToQueue of CMMotionManager and in handler block, I write values in a ...
0
votes
0answers
20 views

Without Using xib,how can meet size iphone 4 & 5 by coding?

I am developing application and have a difficulty doing changing the size.. I did design every time iphone4 and 5 differently and this is.... make me crazy. I don't want to use xib.If I use xib I ...
0
votes
0answers
58 views

Encoding and decoding video frames when doing audio play and record cause high cpu usage on iPhone4

I'm developing an app on iOS, which does audio and video realtime transmit. I use core audio AudioUnit to play and record audio streams and use AVCaptureVideoDataOutput to capture camera images and ...
1
vote
1answer
172 views

Sending AT Commands to (not unlocked) Baseband 3.0.04 on iPhone 4S

I am wondering if you can send AT Commands using Minicom / sendmodem / igsm to the baseband chip which is, i believe, a Qualcomm MDM6610 / MDM6600 ? I did not have any success trying this. There is, ...
0
votes
0answers
54 views

Setting UITableView Height programmatically works weird

I have tableview in my controller for which I set up frame programmatically. Lets say each row height for tableview is 40. When I want to present tableview I execute following codes. double ...
0
votes
1answer
206 views

Jailcoder 1.2.1 / XCode 4.2 for Snowleopard / iOS 5.1.1 - Build Fails adding Project to iPhone 4S

looking for a bit of help. I'm new to Mac as well as XCode, I borrowed a Mac from my friend because I needed to develop an iPhone app. The app is working fine in the simulator so I want to try it on ...
0
votes
2answers
78 views

Should I have two nibs to give support to the screens for iPhone 5 / iPhone 4?

I started to work in an App that needs to be optimized for iPhone 5 and requires iOS 5.x or later. But the scenario where the user has and iPhone 4 with iOS 5.x is possible. But the Autolayout will ...
2
votes
3answers
141 views

Launch iOS app faster

I figured out that some iOS apps are launching really faster (e.g. YouTube-from google,Skype,iTunes). I created an empty application (used standard tabbed application template) and i did not change ...
1
vote
2answers
76 views

iPhone 4 problems dialing from inside app

There is an iOS 5.0+ app, released in App Store, which displays employees profiles with their phone numbers. The users of the app can tap on the phone number and the number will be dialed on their ...
1
vote
0answers
72 views

setPausesLocationUpdatesAutomatically cant be set under iPhone <5 devices

i have some trouble with my location services... I figured out a strategy for my needs that works fine on iPhone 5 Devices... The case is - user get at work -> gps Hardware should power down -> get ...
1
vote
1answer
87 views

How can I support iPhone 4S, but not iPhone 4?

It's important that my game runs at 60 frames per second. It does on iPhone 4S and 5, but 4 is a world away from 60. So - without going into whether it's a good idea to or not - how do I prevent ...
0
votes
0answers
68 views

Center camera preview in UIImagePickerController when camera controls are off?

I am using custom camera controls in an overlay, so I set showsCameraControls = NO. Now there is an empty black space where that toolbar used to be. Is there an Apple-approved way to offset the ...
0
votes
1answer
58 views

HTML5: Is iPhone4's hardware acceleration that much weaker than compared to the 4s?

I created a HTML5 web application that uses hardware acceleration via CSS3 property translateZ(0). On my 4s every works really very smooth. When I test the same thing on a iPhone4, then performance ...
1
vote
0answers
181 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
1answer
109 views

UILabel in iPhone 4S versus iPhone 3GS

I have been testing my app on the Simulator and an iPhone 3GS, and have most of the kinks worked out (I think!). I recently got to try it on an iPhone 4S, and there are some strange display issues ...
0
votes
0answers
81 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 ...
0
votes
3answers
176 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
49 views

Inconsistent image rendering/quality iphone

I've recently been doing some tests on image compression with @1x and @2x images for retina device (iphone4) with very inconsistent results. So far I haven't found anyone addressing quite the same ...
0
votes
1answer
157 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
1answer
74 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 ...
0
votes
1answer
187 views

Slow performance of UIPageViewController in iPhone 4

This is bit unclear question, but I think it's my final resort. I've got app that utilizes UIPageViewController. It is working fine on iPhone 3GS, 4S and 5. But on iPhone 4 it is very laggy, ...
2
votes
0answers
739 views

How can i understand panic plist in iPhone 4s? [closed]

I have problem - my iPhone 4S (ECID 387220092299 SN DNPH9H44DTD1 software ver 10A523) every time reboot. It can lay shuted down for some hours and i can turn it on only by holding home and lock ...
1
vote
2answers
122 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 ...
1
vote
0answers
86 views

iPhone 4 OS 5.1 JQuery + Position Fixed

I seem to be having a weird problem w/ only the iPhone 4 on OS 5. This problem doesn't happen on the 4S or the iPhone 5. I'm setting a nav bar at the bottom of my page that has a background with a ...
1
vote
1answer
191 views

iPhone - During the app launch the app goes into background

Recently I have come across a problem, where my app goes into background during initial launch, but this only happens on iPhone 4S with iOS6. I have tested on: simulator, with different ...
0
votes
2answers
184 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 ...
-1
votes
2answers
347 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
4answers
277 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
0answers
32 views

Buildall.sh for creating iPA file in xcode

What is BuildAll.sh in Xcode?can we use BuildAll.sh for creating .ipa file in iOS??
1
vote
1answer
110 views

Can I still submit iOS 5.1 apps to the app store (Oct 2012 )?

I started building an iOS app with xCode 4.3.2 , using armv6 and armv7 instruction sets. My deployment target is iOS5.1 . Now that iPhone 5 is released, and xCode 4.5 drops support for armv6, and ...
0
votes
1answer
243 views

How to create UI for iPhone 4 in iOS 6 (XCode 4.5)?

I have to create a new app and I am using X Code 4.5 and iOS 6 but when I am creating a UIViewController class with XIB, it is giving me the view of iPhone 5. I understand that but I want to create UI ...
0
votes
2answers
461 views

Xcode 4.5 different iPhone backgroud on iPhone 4s and 5

I have made two different background images for my iPhone app: one in 640x960px (iPhone4s) and one in 640x1136px (iPhone5). But when I create the application layouts in the Xcode 4.5 Main Storyboard, ...
1
vote
1answer
62 views

Accessing current device time in my app

I want to get current device time in my app,and continuously update that time when my device time is update.i follow that code NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; ...
1
vote
3answers
417 views

how iPhone 5 apps will work on older iPhones? [duplicate]

Possible Duplicate: How to develop or migrate apps for iPhone 5 screen resolution? how iPhone 5 apps will work on older iPhones? For example, if I create an app to take advantage of the 4 ...
-2
votes
1answer
118 views

Digital Audio Processing on the iPhone 4S [closed]

We've been working with some digital audio signal processing here and we've recently become worried that the iPhone 4S might not behave like the iPhone 4 did. For instance: we have an app that ...

1 2 3 4 5 6