ionic-team / cordova-plugin-ios-keychain

Apache Cordova (PhoneGap) plugin
Other
62 stars 44 forks source link

Not iCloud Keychain enabled #27

Closed abuist closed 6 years ago

abuist commented 7 years ago

Even though the documentation states it is iCloud enabled it is not. It is missing the kSecAttrSynchronizable attribute to allow synchronization. I was having issues with getting it to work properly and by adding the kSecAttrSynchronizable to the basequery attributes in A0SimpleKeychain.m I was able to resolve the issue, as provided by the wip-icloud branch.

I see that Pull 17 seems to address an issue with that branch.

Andy

mlynch commented 6 years ago

Merged #17