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

# application(_:didDisconnectCarInterfaceController:from:)

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

```
func application(_ application: UIApplication, didDisconnectCarInterfaceController interfaceController: CPInterfaceController, from window: CPWindow)
```

## Parameters

`application`

Your singleton app object.

`interfaceController`

The interface controller provided by CarPlay. Your app should release its reference to this controller.

`window`

The CarPlay window.

---

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)