Questions tagged [ios8.1]

Refers to the first minor version of Apple's iOS 8 operating system used on the iPhone, iPad, iPod, and upcoming Apple Watch devices.

iOS 8.1 was released on the 20th October 2014.

Please see the documentation for the API changes between iOS 8.0 and iOS 8.1.

392 questions
14
votes
1 answer

A long-running operation is being executed on the main thread warning on regular Parse functions

First of all, I know what this means. The problem is that I'm getting this error on standard calls that can't be converted to background calls. I'm getting this error on app start at: [Parse enableLocalDatastore]; PFInstallation *currentInstallation…
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
14
votes
3 answers

Document Or cache Path Changes on every launch in iOS 8

As i am downloading a video in my app and keeping it in local cache/Document path and showing when necessary. It is working in iOS 7 but the avplayer not showing video in iOS 8 and above. As i have read that the document/cache path is changed on…
Developer007
  • 437
  • 3
  • 12
14
votes
3 answers

Xcode 6.1 not detecting device iPhone 5s running iOS 8.1

My 5s was running fine with Xcode 6.0.1 when I was using iOS 8.0.2. But then I upgraded to iOS 8.1, build my code, and I got an error saying "Xcode cannot run using the selected device. No supported iOS devices are available. Mark an iOS device as…
Paul Smith
  • 395
  • 1
  • 3
  • 10
11
votes
3 answers

How to integrate latest SDWebImage API in my Swift based project?

I have used SDWebImage with Objective C and it worked great for me but now I am learning Swift and trying to integrate the latest version of the API but I am stucking at every step as API is in Objective C and there are no steps mentioned to use the…
Developer
  • 6,375
  • 12
  • 58
  • 92
11
votes
3 answers

NSUserActivity handoff not working for custom data

I'm trying to test out the iOS 8.1 handoff feature with NSUserActivity between my iPhone and my iPad. For this, I tried both implementing my own solution, and to use Apple's PhotoHandoff project. However, it's not working. If I provide a webpageURL,…
Claus Jørgensen
  • 25,882
  • 9
  • 87
  • 150
11
votes
0 answers

Installing iOS 8.0 in Xcode 6.1

After I upgraded the Xcode 6 to Xcode 6.1 I lost the simulators running iOS 8.0. Do you know a way to have them back? I tried to create a new simulator, but it doesn't work.
varu
  • 339
  • 4
  • 16
11
votes
0 answers

Warning in IOS when keyboard appear connect with device ( not for Simulator)

I have just put textfield in my controller class and select keyboard type to number pad from interface builder. I have seen this warning in console when keyboard appears. Can't find keyplane that supports type 5 for keyboard…
dark
  • 447
  • 1
  • 9
  • 21
9
votes
2 answers

KIF output: AX Exchange error: Error Domain=Accessibility Code=0 "Remote service does not respond to _accessibilityMachPort"

When running KIF integration tests on device with iOS 8.1.3 I get lots of diagnostic messages of the following kind as console output: AX Exchange error: Error Domain=Accessibility Code=0 "Remote service does not respond to…
Drux
  • 11,992
  • 13
  • 66
  • 116
9
votes
5 answers

how to request permission to retrieve user's email using twitter kit version 1.2.0 in ios8?

I have integrated twitter kit in my ios app by following https://dev.twitter.com/twitter-kit/ios/configure this. I could sign-in after authentication and see my twitter name easily but now i want to retrieve my email address so i used…
Mak13
  • 330
  • 3
  • 14
9
votes
1 answer

IOS8 - Calculate visible screen height when keyboard open or close

I need to calculate the visible screen height on ios8. Means when the keyboard is open, calculate the screen height minus the keyboard height. minus the status bar, etc. help?
Megi Ben Nun
  • 405
  • 3
  • 6
  • 20
8
votes
1 answer

Reducing iOS App file size

I have made a very simple iPhone app with Xcode 6.1 and swift. I am really new to ios developing and ran into an app which in the end is 134 mb! of course this is not acceptable. I have background images for all screen sizes which add up to 20 mb.…
Michael
  • 815
  • 1
  • 6
  • 23
8
votes
1 answer

Fatal Exception: NSInternalInconsistencyException this request has been neutered - you can't call -sendResponse: twice nor after encoding it

I have reviewed the posts from others that seem to have a similar issue and they were not the same situation. None of the posted solutions were issues that I appear to have. I am getting this exception in my Crashlytics log ever since iOS 8 was…
Tony
  • 81
  • 2
8
votes
1 answer

HealthKit: Reading HKCorrelationType is not allowed

When I attempt to initialize HealthKit with an HKCorrelation sample type, the app crashes with 'Authorization to read the following types is disallowed: HKCorrelationTypeIdentifierBloodPressure'. I've successfully read from a variety of quantity…
Ron Barr
  • 392
  • 2
  • 13
7
votes
3 answers

NSURLSessionDataDelegate method didReceiveData and others are not called

I am having a problem that didReceiveData and didCompleteWithError are not called. Here is my code : class LoginViewController: UIViewController, NSURLSessionDataDelegate, NSURLSessionDelegate, NSURLSessionTaskDelegate { . . . } @IBAction func…
7
votes
4 answers

Make navigation bar transparent regarding below image in iOS 8.1

I try to set my navigation bar transparent regarding a image below this, something like the following image : I tried the solution in transparent navigation bar ios but I don't get the above result, I get only the icon on the left but without any…
Victor Sigler
  • 23,243
  • 14
  • 88
  • 105
1
2
3
26 27