Questions tagged [ios5.1]

The version of iOS (formerly iPhone OS) that was released by Apple on 7 Mar 2012. iOS 5.1 runs on iPhone 3GS (and newer), iPad 1 (and newer), iPod Touch 3rd generation (and newer).

iOS 5.1 was released on March 7, 2012. It supports the same devices as iOS 5 and was the initial release for the iPad 3. Also see and for more information.

Version 5.1 added new features to the Camera, Clock, Safari, and Photos. Many bug fixes and minor changes were also made to Maps, Phone, Music, Video, and Siri. This update also addressed security issues, network compatibility / features, and some settings.

314 questions
3
votes
0 answers

AVAudioRecorder and iOS 5.1

I have an app that records audio using AVAudioRecorder. It works fine on devices running iOS versions prior to iOS 5.1, but with the latest release it does not increase the size of the audio recording file, which stays at a constant 4k. // init…
3
votes
1 answer

Localized settings bundle

My application's languages are English and German. I have localized my settings bundle to German. One of my pages (int the Settings.app) includes topics. I have added them in the settings.bundle in an English alphabetical order (Topics.plist). I…
user-123
  • 874
  • 1
  • 13
  • 34
3
votes
1 answer

Xcode 4.5 build Device IOS 5.1

I'm running on Mt Lion with Xcode 4.5.1 installed. By default, when I build and deploy to a iOS 5.1 device, the display would rotate when I rotate the device but it doesn't seems to work when I deploy to either the iOS 6 simulator or my iPad or…
Chu Bao .Dev
  • 319
  • 2
  • 14
3
votes
1 answer

Times of calling application:didFinishLaunchingWithOptions: differs between iOS 5.x and iOS 6

Subj. In iOS 5.x I have the next consequence of methods calling: -[UIViewController initWithCoder:] -[UIApplicationDelegate didFinishLaunchingWithOptions:] -[UIViewController viewDidLoad] -[UIViewController viewWillAppear:] -[UIViewController…
efpies
  • 3,625
  • 6
  • 34
  • 45
3
votes
1 answer

Grand Central Dispatch EXC_BAD_ACCESS Exception

I have an empty block which runs fine in iPhone 6.0 simulator in Xcode, however when I switch to the iPhone 5.1 simulator I get the following exception: "EXC_BAD_ACCESS". dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0),…
mservidio
  • 12,817
  • 9
  • 58
  • 84
3
votes
1 answer

pause the running track

I'm not able to pause the track. both -playing property on SPSession & -setIsPlaying property on SPPlaybackMAnager already provides this functionality but it all cause to stop a song not pause the song. What should I do to pause the running track?
Niru Mukund Shah
  • 4,637
  • 2
  • 20
  • 34
3
votes
1 answer

iOS - Building VLC for iOS - Please install required SDK, or set SDKROOT manually

I have upgraded my xcode to 4.5, now I am Building VLC for iOS and countered that SDK version 5.1 not found. I have fully installed all the sdk's in my xcode 4.5 Mac-Muhammad-Umair-Mirza:vlc muhammad.umair$ ./extras/package/ios/build.sh [info]…
umirza47
  • 940
  • 2
  • 10
  • 21
3
votes
2 answers

Chartboost version 3.0.4

I'm working with chartboost sdk version 3.0.4. It does load successfully in my app. But the problem is it takes too much time to load. Moreover it does not load with loader indicator. IS there any solution to come out from this to user friendly…
Niru Mukund Shah
  • 4,637
  • 2
  • 20
  • 34
3
votes
3 answers

iOS: Changing min SDK Version of App in Apple's Store

I have released an App in the App Store with target platform 5.1. The app also was developed using SDK 5.1. My customer phoned me and said this is crap because als the jailbroken phones aren't able to download the app yet - because there is…
Bins Ich
  • 1,822
  • 6
  • 33
  • 47
3
votes
3 answers

Objective-C: performSelector: vs. forwardInvocation:

pretty new to objective-c, but i've encountered what seems to be a pretty common situation: i want ClassA to ask ClassB to execute a method on an object that only ClassB knows about (and also using a method that is unknown to ClassA). i've found two…
toblerpwn
  • 5,415
  • 8
  • 38
  • 46
3
votes
1 answer

How to push from view controller to navigation view controller using prepareForSegue method?

I have a project which has a view controller as initial screen and then a view controller embedded inside a navigational view controller. I also have a button on first screen on click of which I want the navigational controller screen to be…
3
votes
0 answers

Does the latest Flex SDK support iOS 5.1?

We developed an iPhone app using Flex SDK 4.6 some months before and it worked fine (although it is slow). However, today the app cannot be installed after users upgrade to iOS 5.1. Does the latest/most current Flex SDK support iOS 5.1? Is there…
john fantasy
  • 173
  • 1
  • 6
3
votes
3 answers

ZBAR sdk not detecting QRCODES on iPhone 4s (ios 5.1)...?

I have integrated the ZBAR sdk in my project and it is working fine for barcodes but it is not detecting the QRCodes. I am using the iPhone 4s and I don't have any other device.. is this a known issue..? I am using the ZBarReaderViewController...
Ankit Srivastava
  • 12,347
  • 11
  • 63
  • 115
2
votes
2 answers

UIAlertView delegate methods don't response on iOS 5.1

I created an instance of UIAlertView with two buttons and in the interface file of my class(.h) I set the delegate too but still cant get any response when clicking the buttons. Here is my code: //myClass.h @interface MainMenu :…
ilhnctn
  • 2,210
  • 3
  • 23
  • 41
2
votes
1 answer

presentViewController:animated:completion display issues in new ios 5.1 UISplitViewController

I've ran into some problems using UISplitViewController with presentViewController:animated:completion. To break the problem down into its simplest form, I've created a simple project with the master/detail template. In the project I've added a +…
myieh
  • 79
  • 1
  • 1
  • 5