react-native-isDeviceRooted
react-native-isDeviceRooted copied to clipboard
Check if a device is rooted or jailbroken. Also checks if the device is secured with fingerprint or passcode.
Hi, For the installation of this Library, ReadMe suggest in Step 4 to add header search paths for RNIsDeviceRooted.xcodeproj. Location suggest `react-native-is-device-rooted/ios/Pods/Headers/Public/UIDevice-PasscodeStatus` which doesn't exist in node_modules or in Pods...
Some Jailbreaks doesn't include Cydia or user don't use it. Added: -Sileo -Saily -Zebra -Installer
I tried including the `libRNIsDeviceRooted.a` in Build Phases -> Link Binary with Libraries but when I try to build my project it prompts me the error below. Any idea? Thank...