<!--
{
  "availability" : [
    "iOS: 12.0.0 - 13.0.0",
    "iPadOS: 12.0.0 - 13.0.0",
    "macCatalyst: 13.1.0 - 13.1.0"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPApplicationDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:objc(pl)CPApplicationDelegate"
  },
  "title" : "CPApplicationDelegate"
}
-->

# CPApplicationDelegate

The interface for handling CarPlay life-cycle events.

```
protocol CPApplicationDelegate : UIApplicationDelegate
```

## Overview

You must implement [`CPApplicationDelegate`](/documentation/CarPlay/CPApplicationDelegate) on the same object that serves as the delegate to your app.

## Topics

### Connecting to the CarPlay Interface

[`application(_:didConnectCarInterfaceController:to:)`](/documentation/CarPlay/CPApplicationDelegate/application(_:didConnectCarInterfaceController:to:))

Tells the app delegate that the app connected to the CarPlay interface.

[`application(_:didDisconnectCarInterfaceController:from:)`](/documentation/CarPlay/CPApplicationDelegate/application(_:didDisconnectCarInterfaceController:from:))

Tells the app delegate that the app disconnected from the CarPlay interface.

### Receiving the Selected Maneuver

[`application(_:didSelect:)`](/documentation/CarPlay/CPApplicationDelegate/application(_:didSelect:)-6ybyy)

Tells the app delegate that the user selected a maneuver.

### Handling Navigation Alert Actions

[`application(_:didSelect:)`](/documentation/CarPlay/CPApplicationDelegate/application(_:didSelect:)-478jb)

Tells the app delegate that the user selected an action from a navigation alert.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)