What are the upcoming requirements for iOS 18 SDK?

Generated on 8/9/2024

1 search

The upcoming requirements for the iOS 18 SDK include several updates and changes that developers should be aware of:

  1. UIKit Enhancements: Developers are encouraged to adopt new UIKit features, which include improvements to transitions, animations, tab bars, and a new document launch experience. There is also a focus on integrating both UIKit and SwiftUI in applications. What’s new in UIKit.

  2. Device Management: In iOS 18, there are changes related to device management, such as a new requirement for a device restart when installing proprietary in-house apps with a new team identity. This requirement applies to apps installed without the use of MDM. What’s new in device management.

  3. Privacy Enhancements: iOS 18 introduces more transparency and control over access to local networks, Bluetooth, and contacts. There are new flows for sharing contacts, providing options for limited or full access. What’s new in privacy.

  4. StoreKit and In-App Purchase: The original API for in-app purchases is deprecated in iOS 18. Developers are encouraged to update their apps to use StoreKit 2, which offers improvements like automatic cryptographic validation and modern language features. What’s new in StoreKit and In-App Purchase.

  5. Game Development: iOS 18 introduces game mode, which reduces background activity and Bluetooth latency to improve input and headphone responsiveness. Developers can opt into game mode by setting the GCSupportsGameMode key in their app's info plist. Port advanced games to Apple platforms.

These updates are part of Apple's continuous effort to enhance the development experience and improve app performance and user privacy on iOS devices.

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.

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.

Platforms State of the Union

Platforms State of the Union

Discover the newest advancements on Apple platforms.

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 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.

Migrate your app to Swift 6

Migrate your app to Swift 6

Experience Swift 6 migration in action as we update an existing sample app. Learn how to migrate incrementally, module by module, and how the compiler helps you identify code that’s at risk of data races. Discover different techniques for ensuring clear isolation boundaries and eliminating concurrent access to shared mutable state.

Port advanced games to Apple platforms

Port advanced games to Apple platforms

Discover how simple it can be to reach players on Apple platforms worldwide. We’ll show you how to evaluate your Windows executable on Apple silicon, start your game port with code samples, convert your shader code to Metal, and bring your game to Mac, iPhone, and iPad. Explore enhanced Metal tools that understand HLSL shaders to validate, debug, and profile your ported shaders on Metal.