3 posts tagged ‘Keychain’
Stolen Device Protection in iOS 17.3
Joe Rossignol: The first iOS 17.3 beta rolling out to developers today includes a new “Stolen Device Protection” feature that is designed to add an additional layer of security in the event someone has stolen your iPhone and also obtained the device’s passcode. Joanna Stern and Nicole Nguyen: With Stolen Device Protection: If you want […]
SecItem: Fundamentals, Pitfalls, and Best Practices
Quinn: The SecItem API seems very simple. After all, it only has four function calls, how hard can it be? In reality, things are not that easy. Various factors contribute to making this API much trickier than it might seem at first glance.This post explains the fundamental underpinnings of the keychain. […] A critical part […]
The Care and Feeding of Developer ID
Quinn: I regularly see folks run into problems with their Developer ID signing identities. Historically I pointed them to my posts on this thread, but I’ve decided to collect these ideas together in one place.[…]This post focuses on traditional signing identities, where you manage the private key. Xcode Cloud introduced cloud signing, where signing identities […]