Determining if an iPhone is Jail broken Programmatically

后端 未结 4 723
情话喂你
情话喂你 2020-11-27 09:23

How do you determine (programmatically) if an iPhone/iPod is:

  1. Jail broken
  2. Running a cracked copy of your software

Pinch Media can det

4条回答
  •  遥遥无期
    2020-11-27 09:55

    Here is one of the ways to detect if your app was cracked.

    In short: the cracking usually requires changing the Info.plist. Since it's regular file you have access to, it's pretty easy to determine such changes.

提交回复
热议问题