<!--
{
  "availability" : [
    "tvOS: 9.0.0 - 18.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "TVMLKit",
  "identifier" : "/documentation/TVMLKit/TVApplicationControllerDelegate/appController(_:didStop:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "TVMLKit"
    ],
    "preciseIdentifier" : "c:objc(pl)TVApplicationControllerDelegate(im)appController:didStopWithOptions:"
  },
  "title" : "appController(_:didStop:)"
}
-->

# appController(_:didStop:)

Tells the delegate the app has stopped for any reason.

```
optional func appController(_ appController: TVApplicationController, didStop options: [String : Any]?)
```

## Parameters

`appController`

The [`TVApplicationController`](/documentation/TVMLKit/TVApplicationController) object that has stopped.

`options`

The launch options passed to the app controller.

## Discussion

---

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)