# iOS

## 2.17.0 - 2026-04-23

* Added [MoveDevice](/move-platform/sdk/models/movedevice.md) display name.
* Added [MoveDeviceState](/move-platform/sdk/models/movedevice/movedevicestate.md).
* Deprecated live trip tag.

## 2.16.0 - 2025-02-04

* Added [GetMoveConfig](/move-platform/sdk/api-interface/ios/services.md#get-configuration) function.

## 2.15.0 - 2025-12-04

* Split iOS HealthKit functionality into [seperate framework](/move-platform/sdk/getting-started/ios/installation.md#health-kit-extension).
* Added [beacon uuid registration](/move-platform/sdk/models/movedevice.md).
* Impact handling improvements.

## 2.14.3 - 2025-09-24

* Enable step count synchronization.
* Expand initial step count data to a day.&#x20;

## 2.14.2 - 2025-09-18

* Fixed a bug with step count record deletion upload.

## 2.14.1 - 2025-08-22

* Fixed a bug for the step counting service.

## 2.14.0 - 2025-08-07

* Added Health Step-Counting service. (See important changes in [Permission Handling](/move-platform/sdk/appendix/ios/permission-handling.md#health-permissions)).
* Small bug fixes & Stability improvements.

## 2.13.0 - 2025-05-22

* Registered Bluetooth devices stored in the backend. Persistence after shutdown / re-registration / login.

## 2.12.0 - 2025-04-03

* Changed the way data is transmitted to our systems, which reduces memory consumption in some situations
* Bugfixes & Improvements

## 2.11.0 - 2025-02-04

* Fixed bugs affecting app lifecycle.
* Fixed a bug resending daily location data when timeline activity service is off.
* Added [`setHealthListener(...)`](/move-platform/sdk/api-interface/ios/services.md#set-health-listener).

## 2.10.1 - 2024-11-06

* Fixed a bug which prompted the motion permission dialog from the SDK.

## 2.10.0 - 2024-08-21

* Added [`setDeviceStateListener(...)`](/move-platform/sdk/api-interface/ios/services.md#set-movedevice-connection-state-listener).

## 2.9.0 - 2024-07-29

* Added [`setup(authCode: ...)`](/move-platform/sdk/api-interface/ios/setup.md#setup-auth-config).

## 2.8.0 - 2024-05-14

* Added manual [`startTrip(...)`](/move-platform/sdk/api-interface/ios/services.md#manual-start-trip) functionality.
* Stability improvements.
* Added [`setLiveLocationTag(...)`](/move-platform/sdk/api-interface/ios/services.md#live-location-tag).
* Added [PrivacyAPI Manifest](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) file.

## 2.7.0 - 2024-04-03

* Fixed battery consumption.
* Stability improvements.

## 2.6.9 <mark style="color:red;">(High Battery Consumption Warning)</mark> - 2024-02-09

* Stability fixes concerning region monitoring.

## 2.6.9 <mark style="color:red;">(High Battery Consumption Warning)</mark> - 2024-02-09

* Stability and threading improvements.

{% hint style="warning" %}
This version may lead to excessive battery consumption on your devices. We advise against its use to avoid draining batteries quickly.
{% endhint %}

## 2.6.7 - 2024-23-01

* Deprecated authentication state `expired`.
* Stability fixes.
* Fixes in permission handling.

## 2.6.4 - 2023-11-28

* Fix an issue with CarPlay device detection.

## 2.6.3 - 2023-11-5

* Split Bluetooth permission check into Bluetooth permission/status.

## 2.6.2 - 2023-10-24

* Added some internal fixes.

## 2.6.1 - 2023-10-11

* Added bluetooth permission check

## 2.6.0 - 2023-09-13

#### Api changes

* Added TripStartListener
* Added backgroundLocationPermissionRequired to [MoveOptions](/move-platform/sdk/models/moveoptions.md#ios)

## 2.5.3 - 2023-08-25

#### Api changes

* Added optional `useBackendConfig` to MoveConfig

## 2.4.2 - 2023-08-21

* Split MoveDevice displayName from identifier.

## 2.4.1 - 2023-06-31

* Fix device discovery listener

## 2.4.0 - 2023-06-20

#### Api changes

* new Bluetooth Device Discovery Feature implemented
  * Added **DeviceDiscovery** options to (optional) **MoveOptions**
  * Added **MoveDevice**
  * Added **MoveScanResult**
  * Added **DeviceDiscoveryListener** / Callback

## 2.3.3 - 2023-05-19

• Added a fix for assistance call in case of no GPS.

• Improvements to in-trip activities.

## 2.3.2 - 2023-04-27

• Trip detection stability fixes

## 2.3.1 - 2023-04-26

• Trip detection stability fixes

## 2.3.0 - 2023-04-25

• Added *motion-permission-mandatory* option.

## 2.2.1 - 2023-04-03

• Added fix for background location in iOS 16.4

## 2.2.0 - 2023-03-17

* Added [InitializationListener](/move-platform/sdk/api-interface/ios/setup.md#set-sdk-initialization-listener).
* Added force option to [shutdown(...)](/move-platform/sdk/api-interface/ios/setup.md#shutdown), and [callback](/move-platform/sdk/models/moveshutdownresult.md).
* Added [getDeviceQualifier()](/move-platform/sdk/api-interface/ios/services.md#get-device-qualifier).

## 2.1.0 - 2023-01-25

* Added [setAssistanceMetadata(...)](/move-platform/sdk/api-interface/ios/services.md#set-assistance-metadata).
* Added [MoveAssistanceCallStatus](/move-platform/sdk/models/moveassistancecallstatus.md)

## 2.0.0  - 2022-11-10

* Splitted init(...) into [MoveSDK.init()](/move-platform/sdk/api-interface/react-native/initialization.md#ios) & persisted [MoveSDK.setup(...)](/move-platform/sdk/api-interface/ios/setup.md#setup-auth-config)
* Removed MoveAuth from AuthState.Valid
* Removed MoveSDK.Builder
* Introduced MoveDetectionServices
* Added [MoveErrors ](/move-platform/sdk/models/moveservicefailure.md#ios)+ [Listeners](/move-platform/sdk/models/listeners-callbacks.md#service-failure-callback)
* Added [MoveWarnings ](/move-platform/sdk/models/moveservicewarning.md#ios)+ [Listeners](/move-platform/sdk/models/listeners-callbacks.md#service-warning-callback)
* Added [Geocoding ](/move-platform/sdk/api-interface/ios/services.md#geocoding)Service
* Added [AID ](/move-platform/sdk/models/moveconfigurationerror.md#ios)(Automatic Impact Detection) Service
* Added [AssistanceCall ](/move-platform/sdk/api-interface/ios/services.md#initiate-assistance-call)Service
* Added LogListener

## 1.5.0 - 2022-01-31

### Added

* Timeline detection services PLACES & PUBLIC TRANSPORT
* setConsoleLogging state API

### Improved

* Loads on main thread and overall SDK performance

## 1.3.4 - 2021-11-30

### Added

* Trip detection improvements
* POI detection improvements

### Fixed

* Minor bugfixes

## 1.3.0 - 2021-05-31

### Added

* Support of [Points of Interest](/move-platform/move-services.md#points-of-interest) by using *OtherServices*

### Fixed

* Minor bugfixes


---

# 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://docs.movesdk.com/move-platform/changelog/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.
