evgenyneu / keychain-swift

Helper functions for saving text in Keychain securely for iOS, OS X, tvOS and watchOS.
MIT License
2.86k stars 346 forks source link

Is there a way to observe Keychain change? #61

Open quanguyen opened 7 years ago

quanguyen commented 7 years ago

Hi,

I have 2 iPhones (say A and B) logging in the same iCloud account.

On A, I set a keychain with keyA - valueA. Is there a way that I can observe on B when I have keyA available (then, I will read value of keyA to obtain valueA?

Thanks

evgenyneu commented 7 years ago

Good question. I have no idea if it is possible or not. Does anyone know?