Fetching Certificate Chain for Secret Key (used for encrypting data in the keychain) stored inside Secure Enclave

I want to fetch the certificate chain related to the secret key (used for encrypting data in the keychain) stored inside the secure enclave of any iPhone device. This certificate chain will be used to verify that the user is connected using a valid iPhone device.

This certificate chain will be used to verify that the user is connected using a valid iPhone device.

I’m sorry but I don’t understand this. Are you creating an app for iOS? Or maintaining a web site? Or both?

Share and Enjoy

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

I am creating an application for iPhone which connects to my remote server. I want to validate the application using the certificate chain. This certificate chain will be used by the server to validate that the application is running on a valid iPhone and the data is stored in a valid keychain.

Ah, in that case I’m going to point you at the App Attest feature in the DeviceCheck framework.

Share and Enjoy

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

Fetching Certificate Chain for Secret Key (used for encrypting data in the keychain) stored inside Secure Enclave
 
 
Q