API Differences in CarKey in iOS 18.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in CarKey in the iOS 18.0 SDK.

Table of Contents

Structs

CarKeyRemoteControlSession
Attestation
RemoteKeylessEntryConfigurableEnduringAction

Enums

CarKeyRemoteControlSession
ContinuationStrategy

Functions & Methods

CarKeyRemoteControlSession
open func perform(_ enduringAction: CarKey.RemoteKeylessEntryConfigurableEnduringAction, continuationStrategy: CarKey.CarKeyRemoteControlSession.ContinuationStrategy) throws -> CarKey.RemoteKeylessEntryConfigurableEnduringAction.EnduringExecutionRequest
CarKeyRemoteControlSession
open func sign(data: Foundation.Data, forVehicle vehicleID: Swift.String) throws -> CarKey.CarKeyRemoteControlSession.Attestation
CarKeyRemoteControlSessionDelegate
func remoteControlSession(_ session: CarKey.CarKeyRemoteControlSession, didCreateKey keyID: Swift.String, forVehicle vehicleID: Swift.String)
CarKeyRemoteControlSessionDelegate
public func remoteControlSession(_ session: CarKey.CarKeyRemoteControlSession, didCreateKey keyID: Swift.String, forVehicle vehicleID: Swift.String)

Conformances

CarKeyRemoteControlSession.ContinuationStrategy
Swift.Equatable
CarKeyRemoteControlSession.ContinuationStrategy
Swift.Hashable