iOS 8.2 – the entire list of changes published by Apple

  iOS 8.2 was launched this evening by the Apple company for application developers for the iOS platform, the new version of the operating system being available for iPhone, iPad and iPod Touch. The release of this update is done with the idea of ​​giving application developers the opportunity to test the new version of the operating system with applications that can be produced using the new Xcode 6.2. This version of XCode contains WatchKit, a special SDK that allows the development of applications for the Apple Watch, so that developers can prepare their titles for the launch of the new Apple product.

  iOS 8.2 it does not bring any notable news for our iDevices, but only functions related to WatchKit or OS X, so it is not necessary to install it for now.

iOS 8.2 changelog

Notes and Known Issues

The following issues relate to using iOS SDK 8.2 to develop code.

CloudKit

Footnotes

A single CKAsset instance can no longer be set as a value on multiple CKRecords.

Document Providers

Notes

  • Your app needs the iCloud entitlement to be able to be used as a document provider.

  • The com.apple.developer.icloud-container-identifiers entitlement is required.

Known Issues

  • After rotating the document picker to landscape, the status bar is hidden.

  • Upon bringing up the document picker in landscape, the containing view may be shifted beneath the navigation bar.

App Extensions

Notes

  • App extensions need an arm64 slice to run on 64-bit devices. If you try to run the armv7 slice on a 64-bit device it won't work.

  • Apps need to have an arm64 slice if the bundle contains a framework that both the app and the app extension link against.

File System

Footnotes

The file system layout of app containers has changed on disk. Rather than relying on hard-coded directory structure, use the NSSearchPathForDirectoriesInDomains function or the URLForDirectory:inDomain:appropriateForURL:create:error: method of the NSFileManagerclass. EEA Accessing Files and Directories in File System Programming Guide.

Fonts

Footnotes

The Thai system font has increased in size to improve readability. This will cause clipping in many places in your UI if you don't take appropriate action:

  1. Use UILabel as much as possible. If you use Interface Builder, make sure that Clip Subviews is not checked. UIKit will grow the clipping region as necessary to not clip text.

  2. Use Dynamic Type. This will ensure that you do not have overlapping glyphs in multiline labels or text fields.

If you can't do 1 and 2 because you implement your own views, you must implement measures not to clip. You can use CoreText to figure out the appropriate clipping region for a line of text by calling:

CTLineGetBoundsWithOptions(lineRef, kCTLineBoundsIncludeLanguageExtents);

To avoid overlapping glyphs in multiline text elements, adjust the line height. An additional 30% is recommended.

This measure will also help your app perform better in other languages, including Arabic, Hindi, and Vietnamese.

iCloud

Footnotes

Mail handoff and AirDrop may stop working after changing your iCloud password at appleid.apple.com.

Workaround: Sign out and back into iCloud on the device.

iCloud Drive

Footnotes

URLForUbiquityContainerIdentifier: might return nil when running your application in Xcode. If so, open System Preferences, navigate to iCloud > iCloud Drive, and enable Xcode.

keyboards

Known issue

Additional keyboards, including 3rd party keyboards, may not appear in Safari, Maps, or 3rd party apps in the Simulator.

Workaround: Keyboards should be testable in Calendar, Spotlight, Contacts, and Photos.

Notification Center

Footnotes

The schedule and intended use of widgetPerformUpdateWithCompletionHandler: is intended as a convenient home for all data/model update logic. If implemented, the system will call at appropriate times for the widget to update its state, both when the Notification Center is visible, as well as in the background. An implementation is required to enable background updates. It's expected that the widget will perform the work to update asynchronously and off the main thread as much as possible. Widgets should call the argument block when the work is complete, passing the appropriate NCUpdateResult. Widgets should NOT block returning from viewWillAppear: on the results of this operation. Instead, widgets should load cached state in viewWillAppear: in order to match the state of the view from the last viewWillDisappear:, then transition smoothly to the new data when it arrives.

NSURLSession

Footnotes

The NSURLSessionTask class provides a new "priority" property with three associated constants: NSURLSessionTaskPriorityDefault, NSURLSessionTaskPriorityLowand NSURLSessionTaskPriorityHigh. NSURLSessionTask priorities can be used to specify how multiple requests and responses to the same host should be prioritized. Note that the priority is a hint and not a strict guarantee of NSURLSessionTask performance.

For complete usage details of NSURLSessionTask priorities, refer to the NSURLSession.h header file, which is provided by the Foundation framework.

Phone Number

Notes

To activate Wi-Fi Calling functionality for T-Mobile (US only), follow these steps:

  • Go to Settings > Phone > Wi-Fi Calling.

  • Toggle the Wi-Fi Calling switch to ON.

  • If the carrier does not have the user's registered emergency address, you will be asked to add it before the feature is activated.

Photos

Notes

  • Maintain a backup of your photo library before enabling and while using iCloud Photo Library beta by:

    • Importing to your Mac using iPhoto

    • Importing to your Mac using Image Capture

  • iCloud Photo Library beta will not download photos and videos that were synced to your device from iTunes. Any photos and videos synced to your device from iTunes will be removed when you enable iCloud Photo Library beta.

  • iPhoto for iOS will not launch on iOS 8 Beta. Launching Photos.app will migrate your iPhoto edits to the iOS 8 Photo Library. Make sure your iPhoto for iOS data is included in your device backup.

  • The ability to automatically optimize device space is enabled for all accounts larger than 5GB.

  • When using iCloud Family Sharing, both iCloud Photo Sharing and My Photo Stream are enabled.

Provisioning Profiles

Known issue

If you have upgraded to the 8.2 Beta from previous iOS 8 Betas you may see your apps crashing due to provisioning profile issues.

Workaround:

  1. Connect the device via USB to your Mac.

  2. Launch Xcode.

  3. Choose Window > Devices.

  4. Right click on the device in the left column, choose "Show Provisioning Profiles".

  5. Click on the provisioning profile in question.

  6. Press the "-" button.

  7. Continue to remove all affected profiles.

  8. Re-install the app.

Crab

Known issue

  • Siri support for Singapore English is disabled in this Beta, although it remains selectable in the Siri language selection window.

UIKit

Notes

  • UILabel has a default value of YES for clipsToBounds. This differs from normal UIView default of NO.

  • The leftLayoutGuide and rightLayoutGuide APIs have been removed. Please use the layoutMargins property instead.

WatchKit

Known Issues

  • When viewing a notification in the iOS simulator, clicking on the notification icon or body does not launch the corresponding Watch app.

  • When you choose Build and Run it doesn't launch the Watch window.

    Workaround: Open the Watch window under Hardware > External Displays and then choose Build and Run again.

  • The custom sash color for notification controllers does not currently appear in Interface Builder, but it does appear in iOS Simulator.

  • The presentTextInputControllerWithSuggestions:completion: method of WKInterfaceController is not currently supported in iOS Simulator.

  • Installing Watch apps may stop working in iOS Simulator.

    Workaround: Reset the simulator and try again.

  • The addMenuItemWithImage:title:action: method of WKInterfaceController does not work in iOS Simulator.

    Workaround: Use addMenuItemWithImageNamed:title:action:.

Wi-Fi Calling (T-Mobile US only)

Footnotes

The carrier name in the status bar will show "T-Mobile Wi-Fi" when the device is able to make and receive Wi-Fi calls.