Data in KeyChain after user updates to newer version of iOS

What will happen with data that stored in Keychain after user update his iOS version to the newer one?

For example, user has iOS 7 and store unique information in Keychain. This information will be avaiable after user updates to iOS 8?


Sincerely, Nick

What will happen with data that stored in Keychain after user update his iOS version to the newer one?

Items in the keychain are preserved across OS updates.

Share and Enjoy

Quinn "The Eskimo!"
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
Data in KeyChain after user updates to newer version of iOS
 
 
Q