# 1.16.0 -> 1.17.0

## Breaking changes

Additional new modules that need to be imported now, but no migrations or further changes are required. The new modules are as follows:

**Note:** The initialization of the SDK still remains same.

* Primitives
* IMSInterfaces
* IMSPermissions
* Devices
* Bluetooth
* IMSAppMisuse (Please contact IMS if you would like to use this feature.)

For more detailed information on the new frameworks. Check this [page](/readme/ios/importing-the-sdk.md#component-libraries).

#### After upgrading to SDK 1.17.0, host app must need to register for push notifications service and upgrade the DriveSync server for trip detection.

* For a detailed guide to use the push notification feature, please refer to this [page](broken://pages/aUqG0iyHykgkgnwPD6HT).
* Contact IMS to upgrade the DriveSync sever.
  * **Note**: The server upgrade is required to utilize the push notification service.


---

# 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/migration-notes/ios/older-releases/1.16.0-greater-than-1.17.0.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.
