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
2
votes
0 answers

MPMoviePlayerController not rotating views when in fullscreen mode

I am currently working on a masterDetail app for iPad iOS 5.1. when a row is tapped in the masterViewController, a video is played in the detail view controller. The video plays fine and can be rotated when in full screen mode. However, when the…
2
votes
3 answers

How to ping a server from iOS application?

Possible Duplicate: Ping with iPhone SDK I am creating a application. Where before sending request to server i need to long server. How can i do that?
1
vote
0 answers

How to connect my client computer to a CVS server

I just need to know, in Xcode, how can i connect my computer to an installed CVS distant server. I have all credentials informations, the repository name, password, etc. I need just to get the equivalent interface that i got in Eclipse when i want…
Luca
  • 20,399
  • 18
  • 49
  • 70
1
vote
2 answers

Does the iPad 3 Retina displays the image @2x as if in iPhone Retina Display

Does the iPad3 directly takes the images with the resolution of it by adding @2x at the image version as the iPhone/iPod Retina Display ?
Marine
  • 1,097
  • 7
  • 19
1
vote
1 answer

iphone - Can't find the "developer" tab after updating to iOS 5.1

I need to activate the loggin on the iphone, but after updating the iOS I can't seem to find the "developer" tab to activate it. Any idea? Am I blind?
subharb
  • 3,374
  • 8
  • 41
  • 72
1
vote
0 answers

Memory management when upgrading application to iOS 5

I have a small iOS converter with a UIPickerView (three columns) and a button to allow swapping the first and third columns (I swap the two corresponding arrays of UILabels) Under iOS4.3 iphone simulator, Everything is all right. When I use the iOS…
Denis
  • 775
  • 7
  • 22
1
vote
2 answers

iOS 5.1 Stops app when in background

I have a published (Cocos2d+UIKit)app in the store, which reproduces audio tracks and needs to keep playing them even if the iPhone is locked or the app is in background. It used to work perfectly well until iOS 5.0 but since iOS 5.1 the app is…
k20
  • 2,008
  • 1
  • 17
  • 23
1
vote
1 answer

iOS 5.1 Stops background music player

I have an app in the store that needs to play Music in background mode. Now with the iOS5.1 release, the music stops when the device is locked/moved to background. I looked at the release notes and didn't find anything related.... Any idea?
k20
  • 2,008
  • 1
  • 17
  • 23
1
vote
2 answers

Downgrade iOS 5.1 to iOS 5

I'm a developer, and I have a little problem with iOS 5.1 upgrade. So now, I want do "downgrade" iOS 5.1. I already downloaded the iOS 5 (9A334), and try to downgrade via Xcode, dragging the file to Xcode and restoring the iPad, but it's not…
user1126886
1
vote
2 answers

Firebase initWithUrl crashes on iOS 5.1

I'm developing a Firebase app to use on my old iPad first generation (iOS 5.1.1). It works fine on the simulator and on other devices but, when I load it on the iPad to test, I receive a crash like this one: #0 0x33860f86 in objc_msgSend () #1 …
Jão
  • 469
  • 4
  • 15
1
vote
4 answers

Could not get data from coredata

I am getting an image from photo library and saving it to core data and then showing it to an image view. This is correctly working. But when i run project again the image is not showing on my image view. This is code for getting image from photo…
1
vote
0 answers

Make sure app developed in XCode6.1 will run on iOS5.1 and wont be rejected by iTunes

I have customers with iPad1 so iOS5.1 is the limit. I had to upgrade to XCode 6.1 cause XCode5 wont submit to iTunes any more, you need at least 5.1 or higher or so. So since then deployment target starts from iOS6.0. I managed to make XCode6.1 to…
Boris Gafurov
  • 1,427
  • 16
  • 28
1
vote
0 answers

iPhone, Xcode 6, UICollectionView iOS 5

We have an app that needs to support iOS 5.1. The app has been built using UIColletionView that is not supported in 5.1. We don't need to use the code that uses UICollectionView on iOS 5. When ignoring the XIB errors for the UICollectionView…
ort11
  • 3,359
  • 4
  • 36
  • 69
1
vote
1 answer

How to fit all visible objects/bounds on maps (Google Map iOS SDK 1.4)

Following code work well in Google Maps iOS SDK 1.8 but getting error in version 1.4 [mapView animateWithCameraUpdate:[GMSCameraUpdate fitBounds:bounds3]]; camera=[mapView cameraForBounds:bounds3 insets:UIEdgeInsetsZero]; CLLocationCoordinate2D…
1
vote
1 answer

Expected ';' after top level declarator in googelAnalytics sdk

I am doing one application.In that i ma using the GoogleAnalytics SDK.It's working in io6,but getting this error in ios5 only at the below line typedef NS_ENUM (NSUInteger, GAILogLevel){ } How to clear this error in ios 5.
user3146380
  • 61
  • 1
  • 5