<!--
{
  "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/application(_:didSelect:)-6ybyy",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:objc(pl)CPApplicationDelegate(im)application:didSelectManeuver:"
  },
  "title" : "application(_:didSelect:)"
}
-->

# application(_:didSelect:)

Tells the app delegate that the user selected a maneuver.

```
optional func application(_ application: UIApplication, didSelect maneuver: CPManeuver)
```

## Parameters

`application`

Your singleton app object.

`maneuver`

The maneuver selected by the user.

## Discussion

When your app posts a maneuver while running in the background, CarPlay may display a notification banner. If the user taps the banner, the system displays your app on the CarPlay screen, then calls this method.

---

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)