# iOS

## Summary

* Bug fixes and improvements.
* A new [Crash Detection Events](/crash-detection-events.md) feature has been added to the SDK, allowing client applications to respond to and submit feedback about potential crash events.
* Breaking changes in this release affect trip manager shutdown, SDK initialization builders, `Identity`, `clearIdentity`, `Result`, and app misuse integration. Review Breaking Changes below and follow the [Migration section.](/migration-notes/ios/1.32.0-greater-than-2.0.0.md)

***

### Breaking changes

* SDK configuration — `configRegion` and `configEnvironment` are removed from the `.initialize()` call.
* `Identity` — `Identity` is now `Identity(externalReferenceID)`; `apiKey` is removed.
* `Identity.clearIdentity()` — Now `async`.
* `ImsKmpSdk` should no longer be directly imported

***

### New features

* `TripDetectionManager.getCrashClient() -> CrashClient?` - Facade for crash event listening and user feedback when `Crash Detection` is available in your build.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sdk.ims.tech/releases/2.0.0/ios.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
