Hi,
I want to prevent iOS to restore security sensitive data from keychain if the backup is restored to a new device via icloud, quickstart setup between 2 iOS Devices or local iTunes backup.
I have set the following option for storing data to keychain:
kSecAttrAccessibleAlwaysThisDeviceOnlyI would expect that according to the API documentation, keychain values are only restored if the backup is transferred to the _same_ device but as I noticed, thats not the case. Am I missing something or how can I do that?