https://kotlinlang.org logo
v

Vitor Prado

05/04/2021, 3:06 PM
There is a way to write things to apple keychain directly from kotlin?
r

russhwolf

05/04/2021, 3:28 PM
It's possible, but it gets a little ugly. Here's how Multiplatform Settings does it but it might not be very easy to follow: https://github.com/russhwolf/multiplatform-settings/blob/master/multiplatform-settings/src/appleMain/kotlin/com/russhwolf/settings/KeychainSettings.kt
🙌 1
1
v

Vitor Prado

05/04/2021, 3:29 PM
thanks!!!!!!!
10 Views