How to verify Apple signed firmware, hardware, and OS authenticity in an SDK?

I am working on a SDK which helps identify the device authenticity. I am in need of something which can confirm the firmware/Hardware/OS is signed by Apple and is authentic. There will be no tempering to device?

I’d like to clarify your requirements here. My understanding is that:

  • You are building a library for iOS.

  • You plan to give that library to other iOS developers.

  • Who will incorporate it into their app.

  • And then call that library to detect tampering.

Is that right?

Share and Enjoy

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

How to verify Apple signed firmware, hardware, and OS authenticity in an SDK?
 
 
Q