# Security Mechanisms

## Restrictions

Paycontacless SDK does not allow run the app on the following situations and enviroments.

* ﻿﻿Debug Build of app
* ﻿﻿Rooted Device
* ﻿﻿Emulators
* ﻿﻿Custom Rooms
* ﻿﻿Virtual Environment
* ﻿﻿Installing app from unknown resource. Only Google Play Store is allowed.

## Device Unique Id <a href="#id-10.1.-device-unique-id" id="id-10.1.-device-unique-id"></a>

The SDK has several mechanisms in order to recognize and uniquely identify the end user device. The API calls from the Integrating app to the Backend system also requires some additional controls to be executed on the Backend server checks like device status, device safety, etc. In order to achieve this, the SDK returns a deviceId to the Integrating application.

## Recommendations for Integrating Application <a href="#id-10.2-recommendations-for-integrating-application" id="id-10.2-recommendations-for-integrating-application"></a>

* The integrating application is advised to block screen captures for other functionality and should not provide alternative tap on phone solutions.
* The integrating application is advised to block split screen usage entirely or for the transaction screens.


---

# 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://developer.prophius.com/developer-console/merchant-embed-sdk/security-mechanisms.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.
