what are the most important SDK changes of iOS 18?

Generated on 8/4/2024

1 search

The most important SDK changes in iOS 18 include:

  1. UIKit Enhancements:

    • New features in UIKit, including improvements to transitions and animations, tab bars, and a new document launch experience. There are also new ways to integrate both UIKit and SwiftUI in your app. (What’s new in UIKit)
  2. Device Management:

    • Changes in device management, such as a special exception for enrolling an MDM on a newly set up device without causing a security delay for the first 3 hours after stolen device protection is enabled. Additionally, installing proprietary in-house apps using a new team identity will require a restart. (What’s new in device management)
  3. Privacy Enhancements:

    • Improved transparency and control over access to local network, Bluetooth, and contacts. For example, the contacts prompt is now shown in two stages, providing more control over which contacts are shared. (What’s new in privacy)
  4. StoreKit and In-App Purchase:

    • The original API for in-app purchases is deprecated, and developers are encouraged to use StoreKit 2, which offers improvements such as automatic cryptographic validation and support for modern language features like Swift's async/await pattern. (What’s new in StoreKit and In-App Purchase)
  5. RealityKit:

    • RealityKit has been updated to support macOS, iOS, and iPadOS, making it easier to build 3D and spatial experiences across these platforms. (Platforms State of the Union)
  6. Security Enhancements:

    • Introduction of a new registration API to transition users to passkeys, which are more secure and easier to use than passwords. (Platforms State of the Union)
  7. Accessory Setup Kit:

    • A new way to pair accessories in iOS 18, providing a smoother and more intuitive experience with enhanced privacy permissions. (What’s new in privacy)

These changes reflect Apple's ongoing efforts to enhance the development experience, improve app performance, and ensure user privacy and security.

What’s new in privacy

What’s new in privacy

At Apple, we believe privacy is a fundamental human right. Learn about new and improved permission flows and other features that manage data in a privacy-preserving way, so that you can focus on creating great app experiences.

What’s new in device management

What’s new in device management

Learn about the latest management capabilities for iOS, iPadOS, macOS, and visionOS, then discover the latest changes to Apple Business Manager and Apple School Manager. We’ll also share updates to Activation Lock, SoftwareUpdate, and Safari management.

What’s new in UIKit

What’s new in UIKit

Explore everything new in UIKit, including tab and document launch experiences, transitions, and text and input changes. We’ll also discuss better-than-ever interoperability between UIKit and SwiftUI animations and gestures, as well as general improvements throughout UIKit.

Platforms State of the Union

Platforms State of the Union

Discover the newest advancements on Apple platforms.

Enhanced suggestions for your journaling app

Enhanced suggestions for your journaling app

Find out how your journaling app can display journaling suggestions with richer content from the system. Explore new types of available content like state of mind data, reflection prompts, and support for third-party media content and motion-based activities.

What’s new in StoreKit and In-App Purchase

What’s new in StoreKit and In-App Purchase

Learn how to build and deliver even better purchase experiences using the App Store In-App Purchase system. We’ll demo new StoreKit views control styles and new APIs to improve your subscription customization, discuss new fields for transaction-level information, and explore new testability in Xcode. We’ll also review an important StoreKit deprecation.