Questions tagged [ios-4.2]

For issues relating to using iOS, version 4.2.

iOS is an operating system for mobile devices developed by Apple Inc that they currently use in their iPhone, iPod touch and iPad devices. It is optimized for portable (including handheld) hardware with touch interfaces.

See also for further information.

310 questions
1
vote
1 answer

Lost frameworks in iOS 4.2

I recently updated my iOS SDK to 4.2 and now my frameworks have some wrong file-paths… I found a lot of these frameworks but I couldn't find the UIKit etc. But it must be in the same folder, so what should I do? Can I download these frameworks from…
Christian 'fuzi' Orgler
  • 1,682
  • 8
  • 27
  • 51
1
vote
3 answers

Keyboard issue with iOS 4.2

My app works as supposed on an iPhone running iOS 4.1 but not on iOS 4.2. I have an UIInputField set to first responder but the keyboard does not show up. The becomeFirstResponder is called in the viewDidLoad method. Is it a bug or has Apple made…
AOO
  • 321
  • 1
  • 4
  • 10
1
vote
1 answer

Simulator reverts to home screen if I delete a row in table view

I am using a table view displaying (say 16) rows of random data. If I delete a row, the simulator reverts to the home screen. If I touch to reload, I again have 16 rows of DIFFERENT random data. Same behavior if I scroll the screen. Does anyone…
1
vote
1 answer

setBackgroundImage behaviour changed on ipad 4.2

after the update to 4.2 the setBackgroundImage behaviour changed! in my custom uibutton i have a white image as background (set with setBackgroundImage:forState:) and another image with a transparent layer (set with setImage:forState:) On iPad 3.2…
koda
  • 741
  • 1
  • 7
  • 18
1
vote
4 answers

Can't deploy debug version of my app after upgrading to iOS 4.2

I just upgraded to XCode 3.2.5 and iOS SDK 4.2, and I upgraded my device to 4.2.1. Now I can only deploy a release version of my app. How do I deploy a debug version of my app? Do I need to install debug symbols on the device? If so how?
LandedGently
  • 693
  • 1
  • 8
  • 16
1
vote
4 answers

iAds "Invalid content size 'ADBannerContentSizePortrait' passed to ADAdSizeForBannerContentSize" in iOS 4.2

Update 12/16/2010: It looks like there is a similar issue when targeting 4.0 devices with the 4.2 SDK... your app will crash immediately if you used Interface Builder to create your ad banner view. Weak-linking the iAd framework and Re-creating the…
taber
  • 3,166
  • 4
  • 46
  • 72
1
vote
1 answer

Get IMEI of iPhone 4 (IOS 4.2)

Possible Duplicate: How to get IMEI on iPhone? Is it possible to get IMEI of iPhone 4 (IOS 4.2) via SDK ? Thanks.
SkyEagle888
  • 1,009
  • 2
  • 18
  • 42
1
vote
2 answers

Target 4.1 devices from latest Xcode

So latest update came out for iOS today and although I've run into this before I've sort of managed but now that I'm doing a lot of testing it is driving me nuts. Is there a way to still deploy to devices running 4.1? I can't set the project…
Rudiger
  • 6,749
  • 13
  • 51
  • 102
1
vote
0 answers

iOS 4.2 with XCode 4.2 - Catch 22?

I want to keep Deployment Target to 4.2, to support iPhone 3G/S, as that device cannot upgrade it's iOS to any higher. I kept my XCode in version 4.2 and the Base SDK as iOS 5.0, as the newer versions do not support older iOS's. My app gets rejected…
JOG
  • 5,590
  • 7
  • 34
  • 54
1
vote
1 answer

My Apps not working for iOS 4.2.1

I have uploaded my latest iPhone Application on iTunes, Its working fine for iOS 6.0 and iOS 5 but when i have download app on iOS 4.2.1 its downloaded successfully but its not being run. Its display black screen for a moment and after crashed.…
Raj
  • 1,213
  • 2
  • 16
  • 34
1
vote
1 answer

MPMoviePlayerViewController dismissing itself immediately in iOS 4.2

I present an MPMovieViewController with the following code: NSString *path = [[NSBundle mainBundle] pathForResource:@"Tutorial" ofType:@"m4v"]; // If path is NULL (the resource does not exist) return to avoid crash if (path == NULL) …
Darren
  • 10,091
  • 18
  • 65
  • 108
1
vote
2 answers

Modify iPhone to Force Landscape Orientation Only

Possible Duplicate: Landscape Mode ONLY for iPhone or iPad I'm working on a project to repurpose old iPhones as media hubs in cars. My particular need is obtaining some sort of tutorial or walk through specifically designating the steps needed…
Dan Solo
  • 11
  • 2
1
vote
1 answer

What is the iOS 4.2 (and up) equivalent of Android's RecognitionListener?

The Android SDK has an API that lets you access Google Voice Search directly, not having to go through its well known user interface implementation. A centerpiece in that API is the RecognitionListener interface. Is there an equivalent to this in…
ih8ie8
  • 944
  • 8
  • 23
0
votes
1 answer

applicationWillResignActive not firing when targeting iPod Touch (2nd gen) iOS 4.2.1

I have an app that captures the notification of applicationWillResignActive to write out a file. It works great on various devices (including 4.x iPhones), but never with my iPod Touch (2nd gen) running iOS 4.2.1. I have breakpoints set at the…
MarkV309
  • 51
  • 5
0
votes
1 answer

hide a uiview with animation in ios4.2

I am new in ios development.Now,i am developing an Ipad application using ios 4.2 .This ipad application needs some animation ,that is hide a uiview in button action with some animation(ie. hidding slowly).How to implement this animation? Thanks…
John
  • 734
  • 3
  • 14
  • 30