# APP-SDK Releases

Here you can find the newest releases of the SDKs!

| Release Date | Platform        | Notes                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| ------------ | --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 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: 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://docs.jentis.com/app-tracking-setup/app-sdk-releases.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.
