IOS Keychain not replicating across devices

I am trying to use the Ionic Native Keychain plugin. I can set and retrieve values form the keychain but I can not get them to replicate the values between devices. I am doing this on 2 different physical devices using the same iCloud ID and KeyChain is enable in my iCloud settings. I have also enable the KeyChain Sharing Capability for my App.

Does anybody have this working or know of some tricks that I need to do to make it work?

Andy

To let everybody know I have just confirmed that the cordova-plugin-ios-keychaina plugin does not support iCloud syncing even though it says it does. It is missing the kSecAttrSynchronizable attribute on its Keychain calls to mark the item to be synchronized. There is a branch called wip-icloud that does support the synchronization.

Andy