Forum Discussion
1P_Dave
Moderator
3 years agoThank you for the reply. The stored secret uses Apple's kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly
attribute which you can read about here: kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly | Apple Developer Documentation
The most relevant information:
Items with this attribute never migrate to a new device. After a backup is restored to a new device, these items are missing.
I hope that helps! 🙂
-Dave