Jailbreak detection: Difference between revisions

From iPhone Development Wiki
(Created page with "Since there are more and more jailbreaks being created by hobbyists (rather than professional teams), each with their own respective quirks, you may have to change the behavio...")
 
(None of this info was really useful ( and no need to shout out failbreaks ))
Tag: Replaced
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
Since there are more and more jailbreaks being created by hobbyists (rather than professional teams), each with their own respective quirks, you may have to change the behavior of your tweak / packaging depending on the jailbreak installed on the user's device.
Stub
 
None of this advice is foolproof but it's worth taking into consideration.
 
=== Electra (11.1.2) ===
 
<code>/.electra_installed</code> in the filesystem.
 
=== Electra (11.3.1) ===
 
<code>/.electra_installed</code> in the filesystem.
 
=== th0r ===
 
<code>/.bootstrapped_Th0r</code> in the filesystem.
 
=== unc0ver ===
 
<code>/.installed_unc0ver</code> in the filesystem.

Latest revision as of 03:13, 8 July 2022

Stub