russhwolf / multiplatform-settings

A Kotlin Multiplatform library for saving simple key-value data
Apache License 2.0
1.69k stars 67 forks source link

Add Listener support for KeychainSettings #71

Open russhwolf opened 3 years ago

russhwolf commented 3 years ago

Apple docs: https://developer.apple.com/documentation/security/seckeychaincallback?language=objc

russhwolf commented 2 years ago

This probably won't be possible because SecKeychainCallback is only available on macos. But I'll leave this open in case anybody has other ideas.