How to test anti jailbreak

Hi,

I developed an application to validate if a device has jailbroken or cydia app.

I would like to know how can I test such a jailbreak detection application?

Does Apple has a way or method to test this?

If You don't have an official method, how would you suggest I test it? Do I need a jailbreak device for testing?

My need is to ensure that my application will block the use of devices that have Jailbreak.

However according to Apple's terms of use jailbreak is illegal and its use violates the terms of use and warranty of the device, so I need some way to do these tests without having to jailbreak a device.

Are there any recommendation from Apple on how can I do these tests?

I would contact Apple support to ask them.

Does Apple has a way or method to test this?

No.

how would you suggest I test it?

My suggestion is that you not build such a feature. My experience is that these features rely on low-level implementation details and thus often break as the system evolves.

A better option here here is the App Attest service, as discussed in Establishing Your App’s Integrity.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

How to test anti jailbreak
 
 
Q