You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have App1 (developed in a programming language) which sets the keychain with multiple key-value pairs.
And I have App2 (react native) where I have to retrieve a specified field from the keychain, but I don't know how.
The text was updated successfully, but these errors were encountered:
teodoraschipor
changed the title
Get the value of a specified field from a multiple key-value keychain
Get the value of a specified field from a keychain with multiple key-value pairs
Jan 11, 2023
I want to share my keychain between 2 apps:
I have App1 (developed in a programming language) which sets the keychain with multiple key-value pairs.
And I have App2 (react native) where I have to retrieve a specified field from the keychain, but I don't know how.
I found this https://stackoverflow.com/questions/60352579/how-to-save-multiple-key-values-using-react-native-keychain but I cannot use getGenericPassword because the service is already set by the App1 with other value than the key, neither getInternetCredentials because the server is not set by the App1.
What would be the solution for this? Thanks!
The text was updated successfully, but these errors were encountered: