Hello,
I have an iOS native APP and integrated firebase CrashLytics feature, recently we found a lot of crashes reported from Jailbroken devices.
my question is, How can detect Jailbroken devices and How do you deal with such problems?
Thanks.
Hello,
I have an iOS native APP and integrated firebase CrashLytics feature, recently we found a lot of crashes reported from Jailbroken devices.
my question is, How can detect Jailbroken devices and How do you deal with such problems?
Thanks.
some developers was ignore jailbreak devices,
but I need to get other ideas around this issue
my proposal, stopped init Firebase and other SDKs,
Thanks.
Maybe you could just fix the crashes as and when they appear? Does it matter that the device is jailbroken? If there's a crash, you should be able to fix it and move on.
The question on detecting such devices has been asked multiple times. And the answer is: no sure way. So best is to try find out the root cause of crash. Critical as the crash also occurs with clean devices.
Maybe the reason of high proportion is that your app is more attractive to those types of users.
Good luck.