'Is it possible to work with Apple Keychain from Kotlin in KMM?
Basically the whole question is in the title: "Is it possible to work with Apple Keychain from Kotlin in KMM?"
I found there is available platform.Security
for iosMain
module but it contains constants only. There is a nothing like SecItemAdd
and so on.
Here is a tutorial how to work with Apple Keychain and I try to find a way to make it from Kotlin side.
Is it possible?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|