> For the complete documentation index, see [llms.txt](https://lionstudios.gitbook.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lionstudios.gitbook.io/readme/detected-issues/adjust-id-empty-issue.md).

# Adjust Id Empty Issue

### Overview

The SDK Mismatch issue related to Adjust can occur when the credentials on the Lion portal do not include the necessary App Token required for the Adjust SDK to function correctly. This issue is particularly common for older games on the Lion portal, where the Adjust App Token wasn’t initially required. Starting from version 4.37.0 of the Adjust Unity SDK, the App Token has become essential for proper SDK integration and operation.

***

### Setup Wizard - “Fix It”

Pressing the "Fix It" button under the issue item in the Setup Wizard will:

1. **Adjust App Token Popup Displayed**: A popup window will appear, prompting you to enter your Adjust App Token based on the selected platform (Android/iOS). This token is crucial for the Adjust SDK to work correctly with the new SDK version requirements.

   ![Adjust Token Prompt](/files/wMqU0r7wMESmrNFLG3V4)
2. **Navigate to Your Adjust Developer Page**: You will need to select your app where you can see the app token and copy it. Go to:\
   `App Information → App Details → App Token`.\
   Clicking the **Adjust Developers Dashboard** will take you directly to the Adjust dashboard (if you have access) at:\
   <https://suite.adjust.com/apps/>

   ![Adjust Dashboard](/files/ZgiBUpMce5DCcCk1KeUx)
3. **Insert Token and Press the Button**: Enter the copied App Token into the popup and press the **Continue** button. This action updates the Adjust App Token settings with the correct token, resolving the mismatch issue.


---

# 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://lionstudios.gitbook.io/readme/detected-issues/adjust-id-empty-issue.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.
