# SenseCrypt Mobile SDKs

The SenseCrypt Mobile SDKs allow a mobile app to read and decrypt SensePrint eID QR codes.

The SDKs have two flavours - online, offline.

The online SDK is small in size, but it needs to connect with the server for SensePrint eID verification/decryption.

The offline SDK is larger in size, but it can be used to verify/decrypt SensePrint eIDs with no network connectivity and completely on a mobile device.

The choice between online and offline versions will depend on your use-case and deployment scenario.

Both online and offline SDKs are offered for Android and iOS (offline version coming soon).


---

# 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.sensecrypt.com/sensecrypt-eid-v3.0.6/sensecrypt-mobile-sdks.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.
