Root detection
- 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
Root detection
- Updated on 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
<RootDetection policy="ignore">
<View>
<Errors>
<Error id="RootDetection" value="Your device is jailbroken or rooted. The application cannot be executed." />
</Errors>
</View>
</RootDetection>
Functional customization
RootDetection: This element defines the detection of a jailbroken/rooted device on Android and iOS.
policy: This attribute is used to define the policy of the feature. If set to ignore, the application can be executed even on a jailbroken/rooted device. If set to block, the application cannot be executed.
Graphical customization
View > Errors > Error:
id="RootDetection": Defines the error message in case of a jailbroken/rooted device.
Was this article helpful?