isJailbroken exit
daviwiki opened this issue · 2 comments
daviwiki commented
I don't know if this was an app requirment but, a message to the user must be presented to let them know that the app not works with jailbreak devices.
This will be included into the AppDelegate instead of:
if JailBreakDetect.isJailbroken() {
exit(-1)
}
acalatrava commented
In fact jailbreak detection should be disabled #12