Jailbreak detection: Difference between revisions

From iPhone Development Wiki
No edit summary
No edit summary
Line 3: Line 3:
None of this advice is foolproof but it's worth taking into consideration.
None of this advice is foolproof but it's worth taking into consideration.


=== Electra (11.1.2) ===
== Hidden files ==


<code>/.electra_installed</code> in the filesystem.
{| class="wikitable"
 
! Jailbreak !! Path
=== Electra (11.3.1) ===
|-
 
| Electra (11.1.2) || <code>/.electra_installed</code>
<code>/.electra_installed</code> in the filesystem.
|-
 
| Electra (11.3.1) || <code>/.electra_installed</code>
=== th0r ===
|-
 
| th0r || <code>/.bootstrapped_Th0r</code>
<code>/.bootstrapped_Th0r</code> in the filesystem.
|-
 
| unc0ver || <code>/.installed_unc0ver</code>
=== unc0ver ===
|-
 
|-
<code>/.installed_unc0ver</code> in the filesystem.
|}

Revision as of 04:34, 17 October 2018

Since there are more and more jailbreaks being created by hobbyists, 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.

None of this advice is foolproof but it's worth taking into consideration.

Hidden files

Jailbreak Path
Electra (11.1.2) /.electra_installed
Electra (11.3.1) /.electra_installed
th0r /.bootstrapped_Th0r
unc0ver /.installed_unc0ver