0
votes

I'm working on a Cordova mobile app where I need to store a key that will be used to encrypt/decrypt data in Keychain. I need to target from iOS platforms 6.1 (iPhone 3GS). I found a cordova plugin that helps to store sensitive information in Keychain. I heard from my friend that Keychain feature is available only in later versions of iOS. Does this plugin works in iOS 6.1 version?

1
The Keychain has been available since iOS 2, whether or not the plugin works I can not tell.rckoenes
Is the Keychain you say is different from iCloud keychain?VJAI
Yes and No, the Keychain is available on all iOS devices from iOS 2. The iCould support for the keychain was introduced in iOS 7. But there are no API changes. It just means that the keychain is synced between devices via iCloud.rckoenes
Cool. If you post the comment as answer I can accept it.VJAI

1 Answers

1
votes

The Keychain is available on all iOS devices from iOS 2. The iCould support for the keychain was introduced in iOS 7. But there are no API changes. It just means that the keychain is synced between devices via iCloud.