RadarCOVID/radar-covid-ios

isJailbroken exit

daviwiki opened this issue · 2 comments

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)
}

In fact jailbreak detection should be disabled #12

Repeated #14 . We'll close this one.