Root detection

Prev Next
  1. <RootDetection policy="ignore">

  2.  <View>

  3.    <Errors>

  4.       <Error id="RootDetection" value="Your device is jailbroken or rooted. The application cannot be executed." />

  5.    </Errors>

  6.  </View>

  7. </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.