# iOS

## Features

### Alerts

* ability to save speed/braking/acceleration/late night trigger for notifications/alerts settings
* ability to fetch notifications/alerts saved options (e.g. speed/braking/acceleration/late night)

Add the ability to save setting for:

* late-night driving alert
* acceleration alert
* harsh braking alert
* speed alert

### Scoring

Add ability to fetch trips by specific vehicle

## Fixes

* Avoid crash if server returns null response for Device properties.
* Trips no longer stop for slow speed unless walking is also confirmed.
* Transport mode for trips can be changed. Selected transport mode is saved.

## Refactoring

* Frameworks are now distributed as .**xc**framework files.
* The example app now uses \*.xcframework.
* The installation guide now describes new framework embedding process.


---

# 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/older-releases/1.13.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.
