I’m engaged on an iOS app the place jailbreak detection is essential. My present setup makes use of IOSSecuritySuite, however it doesn’t detect units utilizing the Dopamine Jailbreak on iOS 16.2. Are there particular checks or modifications I can add to IOSSecuritySuite to detect this jailbreak? Alternatively, are there different dependable strategies or instruments that may particularly establish the Dopamine Jailbreak?
Right here is Github hyperlink of Dopamine Jailbreak: https://github.com/opa334/Dopamine
if IOSSecuritySuite.amIJailbroken() {
safe = false
}