> For the complete documentation index, see [llms.txt](https://create.cloud4wi.ai/dev-hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/ios/changelog-ios.md).

# Changelog iOS

### 3.0.9 Release notes (29-06-2023)

#### Improvement

* The geofence entry event is triggered in all conditions ( even when the user downloads and installs the app and he is inside the geofence)

\----------------------------------------------------------

### 3.0.8 Release notes (03-05-2023)

#### Improvement

* Return strings instead enum on tracking trasparency methods

\----------------------------------------------------------

### 3.0.7 Release notes (17-04-2023)

#### Fix

* Fix on geofence paths

\----------------------------------------------------------

### 3.0.6 Release notes (16-03-2023)

#### Fix

* Delete warning on location manager

\----------------------------------------------------------

### 3.0.5 Release notes (08-02-2023)

#### Improvement

* Possibility to reset the device id (new registration)

\----------------------------------------------------------

### 3.0.3 Release notes (30-05-2022)

#### Fix

* Delete background task warning&#x20;
* Mitigation error FRONTBOARD 2343432205

\----------------------------------------------------------

### 3.0.1 Release notes (22-04-2022)

#### Fix

* Minor bug fixes

\----------------------------------------------------------

### 3.0.0 Release notes (11-04-2022)

#### Enhancements

* LOI
* Trigger&#x20;

#### Fix

* Minor bug fixes


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/ios/changelog-ios.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
