Dolphin MOVE SDK
2.x
2.x
  • Introduction
  • MOVE Services
  • MOVE SDK
    • Getting Started
      • MOVE Dashboard
        • Access Control
        • Configuration
        • Timeline
        • Points of Interest
      • Android
        • Installation
        • Quick Start
      • iOS
        • Installation
        • Quick Start
        • Troubleshooting
      • React Native
      • Flutter
      • Move SDK CLI
    • API Interface
      • Android
        • Initialization
        • Services
      • iOS
        • Initialization
        • Setup
        • Services
      • React Native
        • Components
        • Initialization
        • Services
      • Flutter
        • Initialization
        • Services
    • Models
      • Listeners/Callbacks
      • MoveAssistanceCallStatus
      • MoveAuth
      • MoveAuthError
      • MoveAuthResult
      • MoveAuthState
      • MoveConfig
      • MoveConfigurationError
      • MoveDevice
      • MoveDeviceStatus
      • MoveGeocodeError
      • MoveHealthItem
      • MoveHealthScore
      • MoveOptions
        • DeviceDiscovery
      • MoveSdkState
      • MoveSdkAndroidConfig
      • MoveTripState
      • MoveScanResult
      • MoveServiceFailure
      • MoveServiceWarning
      • MoveShutdownResult
    • Appendix
      • Token refresh
      • Android
        • Permission Handling
          • Permission Overview
          • Runtime Permissions
        • Battery optimization
        • Notification Management
      • iOS
        • Permissions Handling
        • App Store
      • React Native
        • Permission Handling
  • MOVE Backend
    • MOVE Backend
      • MOVE Admin API
      • MOVE TIMELINE API
      • MOVE State API
      • MOVE Last Location API
    • MOVE Generic Notifier
    • MOVE Assistance Notifier
    • Example requests
  • FAQ
  • Changelog
    • Android
    • iOS
    • React
    • Flutter
    • Backend
  • Data privacy (GDPR)
Powered by GitBook
On this page
  • 2.12.0 - 2025-04-03
  • 2.11.0 - 2025-02-04
  • 2.10.1 - 2024-11-06
  • 2.10.0 - 2024-08-21
  • 2.9.0 - 2024-07-29
  • 2.8.0 - 2024-05-14
  • 2.7.0 - 2024-04-03
  • 2.6.9 (High Battery Consumption Warning) - 2024-02-09
  • 2.6.9 (High Battery Consumption Warning) - 2024-02-09
  • 2.6.7 - 2024-23-01
  • 2.6.4 - 2023-11-28
  • 2.6.3 - 2023-11-5
  • 2.6.2 - 2023-10-24
  • 2.6.1 - 2023-10-11
  • 2.6.0 - 2023-09-13
  • 2.5.3 - 2023-08-25
  • 2.4.2 - 2023-08-21
  • 2.4.1 - 2023-06-31
  • 2.4.0 - 2023-06-20
  • 2.3.3 - 2023-05-19
  • 2.3.2 - 2023-04-27
  • 2.3.1 - 2023-04-26
  • 2.3.0 - 2023-04-25
  • 2.2.1 - 2023-04-03
  • 2.2.0 - 2023-03-17
  • 2.1.0 - 2023-01-25
  • 2.0.0 - 2022-11-10
  • 1.5.0 - 2022-01-31
  • Added
  • Improved
  • 1.3.4 - 2021-11-30
  • Added
  • Fixed
  • 1.3.0 - 2021-05-31
  • Added
  • Fixed
  1. Changelog

iOS

Changelog

PreviousAndroidNextReact

Last updated 1 month ago

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 .

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 .

2.9.0 - 2024-07-29

2.8.0 - 2024-05-14

  • Stability improvements.

2.7.0 - 2024-04-03

  • Fixed battery consumption.

  • Stability improvements.

2.6.9 (High Battery Consumption Warning) - 2024-02-09

  • Stability fixes concerning region monitoring.

2.6.9 (High Battery Consumption Warning) - 2024-02-09

  • Stability and threading improvements.

This version may lead to excessive battery consumption on your devices. We advise against its use to avoid draining batteries quickly.

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

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

2.1.0 - 2023-01-25

2.0.0 - 2022-11-10

  • Removed MoveAuth from AuthState.Valid

  • Removed MoveSDK.Builder

  • Introduced MoveDetectionServices

  • 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

Fixed

  • Minor bugfixes

Added .

Added manual functionality.

Added .

Added file.

Added backgroundLocationPermissionRequired to

Added .

Added force option to , and .

Added .

Added .

Added

Splitted init(...) into & persisted

Added +

Added +

Added Service

Added (Automatic Impact Detection) Service

Added Service

Support of by using OtherServices

PrivacyAPI Manifest
MoveAssistanceCallStatus
callback
setup(authCode: ...)
InitializationListener
shutdown(...)
MoveSDK.init()
MoveSDK.setup(...)
setHealthListener(...)
setDeviceStateListener(...)
startTrip(...)
setLiveLocationTag(...)
getDeviceQualifier()
setAssistanceMetadata(...)
Geocoding
AssistanceCall
MoveOptions
MoveErrors
MoveWarnings
Points of Interest
AID
Listeners
Listeners