> For the complete documentation index, see [llms.txt](https://docs.digitalturbine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalturbine.com/one-store/integrating-one-store-sdks/integrating-the-one-store-alc-sdk.md).

# Integrating the ONE store ALC SDK

The ONE store Application License Checker (ALC) SDK allows ONE store to verify that an app on a device was officially downloaded via ONE store and that verified users are using the app. To support license checking in the US region, integrate the ONE store ALC SDK V2 according to the [ALC Guide](https://onestore-dev.gitbook.io/dev/eng/tools/alc) in the ONE store Developer Center documentation.

Integrating the ALC SDK requires a license key that is unique to your app.

To obtain your app-specific license key for the ALC SDK:

1. If you have not already done so, register your app with ONE store. For more information, see [Registering an App for ONE store](/one-store/configuring-apps-in-one-store-developer-center/registering-an-app-for-one-store.md).
2. In the [ONE store Developer Center](https://dev.onestore.net/), go to **APPS→Applications**.
3. Select your app and go to **Common Info→Settings for Licensing**. \
   The **Licensing** page displays the generated ALC license key for your app.


---

# 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.digitalturbine.com/one-store/integrating-one-store-sdks/integrating-the-one-store-alc-sdk.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.
