For sensitive mobile apps such as banking applications, it is recommended to detect if the device is JailBroken and prevent the application from working on that device.
But there are tools such as "Flex 3" on Cydia which allow users to bypass this protection by changing the Boolean value (jailbreak status) to True or False, thereby allowing the app to run in a JailBroken device.
What possible techniques can be employed to prevent bypass of JailBreak detection techniques?