简体   繁体   中英

Does Cordova Keychain Plugin works for iOS 6.1

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM