> For the complete documentation index, see [llms.txt](https://docs.jentis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jentis.com/app-tracking-setup/app-sdk-releases.md).

# APP-SDK Releases

Here you can find the newest releases of the SDKs!

| Release Date | Platform        | Notes                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| ------------ | --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Jun 23, 2026 | iOS - 1.0.7     | <p><strong>Fixed</strong></p><ul><li>The userAgent string is now formatted to match a real-world example.</li><li>removed U+00A0 indentation warnings in Package.swift</li></ul>                                                                                                                                                                                                                                                                                                                                                 |
| Jun 22, 2026 | Android - 2.0.9 | <p><strong>Fixed</strong></p><ul><li>The userAgent string is now formatted to match a real-world example.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                              |
| Jan 19, 2026 | Android - 2.0.8 | <p><strong>Fixed</strong></p><ul><li><p><strong><code>submit</code> function parameter</strong></p><ul><li>The <code>submit</code> parameter is now optional.</li><li>If it is not provided, the default state <code>jts\_push\_submit</code> is used.</li></ul></li><li><p><strong>Initialization parameter <code>customProtocol</code></strong></p><ul><li>The <code>customProtocol</code> parameter is no longer mandatory.</li><li>Using this parameter previously caused issues and is now discouraged.</li></ul></li></ul> |
| Jan 16, 2026 | iOS - 1.0.6     | <p><strong>Fixed</strong></p><ul><li><p><strong>Race condition in event sending</strong></p><ul><li>A race condition occurred when multiple send events were executed too quickly and merged into a single HTTP stream.</li><li>This issue has been fixed. Events are now coordinated correctly and sent via multiple streams as expected.</li></ul></li></ul>                                                                                                                                                                   |
| Nov 3, 2025  | Android - 2.0.7 | <p><strong>Fixed</strong></p><ul><li>OutOfMemoryError caused by memory leaks during live app execution.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                |
| May 14, 2025 | iOS - 1.0.5     | <p><strong>Fixed</strong></p><ul><li>Issue where integer-type property values were ignored and not transmitted to JENTIS.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                              |


---

# 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://docs.jentis.com/app-tracking-setup/app-sdk-releases.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.
