Questions tagged [ios8]

iOS 8 is the eighth version of Apple's iOS mobile operating system. It was announced at the company's Apple Worldwide Developers Conference (WWDC) on June 2, 2014 and was released to the public on September 17, 2014. The ios8 tag should be used for questions specific to Apple's iOS 8 operating system. General iOS questions should use the ios tag.

The biggest developer release yet with more than 4,000 new APIs. (See iOS 8 API Differences) iOS 8 allows developers to further customize the user experience with major extensibility features additions:

  • Notification Center widgets
  • Third-party keyboards
  • App extensions

This release also introduces robust frameworks such as:

  • HealthKit
  • HomeKit
  • LocalAuthentication
  • Photos
  • CloudKit

iOS 8 also includes Metal, a new graphics technology that maximizes the performance of the A7 chip with 10x performance and Swift, a powerful new programming language. SceneKit framework is introduced to build apps with 3D graphics and with high performance. Unified storyboard makes it easier to develop the interface for both iPhone and iPad with orientation and different screen size as well.

iOS and OS X introduces a new feature Handoff that extends the user experience of continuity across devices. Handoff enables users to begin an activity on one device, then switch to another device and resume the same activity on the other device.

Compatibility

iOS 8 supports the following devices:

  • Phone 4S
  • iPhone 5
  • iPhone 5S
  • iPhone 5C
  • iPhone 6
  • iPhone 6 Plus
  • iPhone 6S
  • iPhone 6S Plus
  • iPad 2
  • iPad 3
  • iPad 4
  • iPad Air
  • iPad Mini
  • iPad Mini 2
  • iPad Mini 3
  • iPad Mini 4
  • iPod Touch 5G

iOS 8 Latest Version

9298 questions
6
votes
2 answers

iOS TestFlight build notification e-mails repeatedly not being received

We're building an iOS app in iOS 8 using Apple's version of TestFlight (integrated with iTunes Connect, of course). However, the system regularly refuses to send the "new build" notification e-mails to internal testers. In order to get build…
Dawngerpony
  • 3,288
  • 2
  • 34
  • 32
6
votes
1 answer

iOS 8 crashes in UVManager.m which is not one of my classes

I am seeing quite a few crash reports in Crashlytics for one of my apps. All crashes have occurred in iOS 8, non jailbroken on both iPad and iPhone. The crash report points to a class called UVManager.m however I cannot find a class with this name…
Darren
  • 10,182
  • 20
  • 95
  • 162
6
votes
1 answer

How to detect host app is in Zoom mode or Normal mode in iPhone 6 Plus?

Assume iPhone 6 Plus display is in standard mode (Settings > Display > View > Standard), the UIInputViewController inputView of a keyboard extension returns different widths depends on whether the host app is optimised for the iPhone 6/iPhone 6 Plus…
ohho
  • 50,879
  • 75
  • 256
  • 383
6
votes
2 answers

iPhone 6, iOS 8.1 reports 320x568 points screen on Device, but 375x667 on Simulator

I'm using iOS 8.1, Xcode 6.1 on both Device and Simulator. NSLog(@"SCREEN (%i x %i) SCALE: %i", (int)[UIScreen mainScreen].bounds.size.width, (int)[UIScreen mainScreen].bounds.size.height, (int)[UIScreen mainScreen].scale); Result on Device: SCREEN…
6
votes
1 answer

Toggle run script build phase in Xcode

I have a run script build phase I have added to an Xcode project. I want to be able to toggle this run script on when I want it to run and off when I don't. Is this possible in Xcode and if so how can it be done?
Mike
  • 10,297
  • 2
  • 21
  • 21
6
votes
2 answers

How can I show/hide the status bar on a pageViewController using tap gesture (iOS8 / Swift)

Looking through all the solutions given to similar questions, I have been trying to get the statusBar to show/hide with a tap gesture. I have set View controller-based status bar appearance = NO in the plist. I have tried the following code in my…
Michael Campsall
  • 4,325
  • 11
  • 37
  • 52
6
votes
1 answer

ios 8 Simulator , is it possible to send push notification to the simulator

When i run the app in ios 8 Simultor, it is showing alert do you want to allow push notifications and in settings i am able to see push notification enabled. So here can we send push notifications to the simulator? is it possible?
Anjaneyulu Battula
  • 1,910
  • 16
  • 33
6
votes
1 answer

XCode 6.1 iOS 8 keyboard decimal pad is not properly

My iPhone app was normal in xCode 5 and iOS 7. When I updated to xCode 6.1, it was still normal. But after I update iOS 7 to iOS 8 (now xCode 6.1 and iOS 8), the keyboard type DecimalPad of uitextfield is not working property The decimal button is a…
Bentley
  • 143
  • 10
6
votes
2 answers

CTTelephonyCenterAddObserver doesn't notify receiving SMS

I have an app where I want to react when a SMS is received; up until iOS 7 this worked by registering to CTTelephonyCenter like this: id center = CTTelephonyCenterGetDefault(); CTTelephonyCenterAddObserver(center, …
Orph
  • 145
  • 6
6
votes
3 answers

iOS UITableViewAutomaticDimension RowHeight Poor Performance / Jumping

I'm building a basic table view on iOS 8. I watched the WWDC '14 video on the topic of autosizing cells and am trying to reproduce the concept, but am having some issues. On viewDidLoad: I am calling: //estimate for my cells though they may…
Brian Sachetta
  • 3,319
  • 2
  • 34
  • 45
6
votes
1 answer

UIDocumentInteractionController presentOpenInMenuFromBarButtonItem stopped working well on iOS8.1

My app has a document interaction controller which is used to open documents in other apps. The following code displays a button that opens the 'Open in' menu and allows the user to open the file in other apps – i.e. Send it by mail if the user…
ori888
  • 740
  • 1
  • 8
  • 17
6
votes
5 answers

AppCode targeted device families not valid (iPad iOS 8.1)

I keep getting this error in AppCode, but usually it runs just fine with Xcode: Error:xcodebuild: error: The run destination iPad Mini is not valid for Running the scheme 'Appname'. Error:iPad Mini doesn't match any of Appname.app's targeted…
Morten Holmgaard
  • 7,484
  • 8
  • 63
  • 85
6
votes
2 answers

Xcode 6.1 swift autocomplete and code sense broken

I am using Xcode Version 6.1 (6A1052d), it is working well except the only problem is auto complete and code sense is broken for swift projects. I can fix it by deleting derived data and the folder ~/Library/Caches/com.apple.dt.Xcode, which is…
gabbler
  • 13,626
  • 4
  • 32
  • 44
6
votes
1 answer

How to prevent alertview from rotating on IOS 8 orientation change

I am making an application for IOS 8 platform using cordova & Xcode 6. I installed a cordova plugin called [org.apache.cordova.dialogs]. My app is meant to be work in portrait mode. Now the problem that I am facing is, When the device is rotated,…
Vinoy Alexander
  • 810
  • 1
  • 12
  • 24
6
votes
1 answer

UITableview Cell exception - 'Must translate autoresizing mask into constraints to have _setHostsLayoutEngine:YES

I am using the UITableView. CategoryCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifierLink]; This is the line I am getting the error. It is working in IOS 7. But when I run the application in IOS 8 I am getting the error **…
Puvanarajan
  • 2,786
  • 6
  • 26
  • 37