Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get the value of a specified field from a keychain with multiple key-value pairs #586

Open
teodoraschipor opened this issue Jan 11, 2023 · 1 comment

Comments

@teodoraschipor
Copy link

teodoraschipor commented 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!

@teodoraschipor 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
@BraveEvidence
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants