# iOS

## 2.16.0 - 2025-02-04

* Added [GetMoveConfig](https://docs.movesdk.com/move-platform/sdk/api-interface/ios/services#get-configuration) function.

## 2.15.0 - 2025-12-04

* Split iOS HealthKit functionality into [seperate framework](https://docs.movesdk.com/move-platform/sdk/getting-started/ios/installation#health-kit-extension).
* Added [beacon uuid registration](https://docs.movesdk.com/move-platform/sdk/models/movedevice).
* 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](https://docs.movesdk.com/move-platform/sdk/appendix/ios/permission-handling#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(...)`](https://docs.movesdk.com/move-platform/sdk/api-interface/ios/services#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(...)`](https://docs.movesdk.com/move-platform/sdk/api-interface/ios/services#set-movedevice-connection-state-listener).

## 2.9.0 - 2024-07-29

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

## 2.8.0 - 2024-05-14

* Added manual [`startTrip(...)`](https://docs.movesdk.com/move-platform/sdk/api-interface/ios/services#manual-start-trip) functionality.
* Stability improvements.
* Added [`setLiveLocationTag(...)`](https://docs.movesdk.com/move-platform/sdk/api-interface/ios/services#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](https://docs.movesdk.com/move-platform/sdk/models/moveoptions#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](https://docs.movesdk.com/move-platform/sdk/api-interface/ios/setup#set-sdk-initialization-listener).
* Added force option to [shutdown(...)](https://docs.movesdk.com/move-platform/sdk/api-interface/ios/setup#shutdown), and [callback](https://docs.movesdk.com/move-platform/sdk/models/moveshutdownresult).
* Added [getDeviceQualifier()](https://docs.movesdk.com/move-platform/sdk/api-interface/ios/services#get-device-qualifier).

## 2.1.0 - 2023-01-25

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

## 2.0.0  - 2022-11-10

* Splitted init(...) into [MoveSDK.init()](https://docs.movesdk.com/move-platform/sdk/api-interface/react-native/initialization#ios) & persisted [MoveSDK.setup(...)](https://docs.movesdk.com/move-platform/sdk/api-interface/ios/setup#setup-auth-config)
* Removed MoveAuth from AuthState.Valid
* Removed MoveSDK.Builder
* Introduced MoveDetectionServices
* Added [MoveErrors ](https://docs.movesdk.com/move-platform/sdk/models/moveservicefailure#ios)+ [Listeners](https://docs.movesdk.com/move-platform/sdk/models/listeners-callbacks#service-failure-callback)
* Added [MoveWarnings ](https://docs.movesdk.com/move-platform/sdk/models/moveservicewarning#ios)+ [Listeners](https://docs.movesdk.com/move-platform/sdk/models/listeners-callbacks#service-warning-callback)
* Added [Geocoding ](https://docs.movesdk.com/move-platform/sdk/api-interface/ios/services#geocoding)Service
* Added [AID ](https://docs.movesdk.com/move-platform/sdk/models/moveconfigurationerror#ios)(Automatic Impact Detection) Service
* Added [AssistanceCall ](https://docs.movesdk.com/move-platform/sdk/api-interface/ios/services#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](https://docs.movesdk.com/move-platform/move-services#points-of-interest) by using *OtherServices*

### Fixed

* Minor bugfixes
