react-native-keychain icon indicating copy to clipboard operation
react-native-keychain copied to clipboard

Are entries added to the Keychain synchronized to iCloud (and Android equivalent)?

Open bumpingChris opened this issue 3 years ago • 3 comments

After using setInternetCredentials to add an entry into the Keychain, would the entry be synchronized to iCloud (and Android equivalent) to other devices?

Thanks for your help.

bumpingChris avatar Sep 12 '22 16:09 bumpingChris

No

jtvargas avatar Sep 12 '22 18:09 jtvargas

@jtvargas Thanks for the prompt response. How can i make the credentials persist across devices? For example, if a user upgrades to a new phone, how can the credentials move over? Thanks

bumpingChris avatar Sep 13 '22 07:09 bumpingChris

@bumpingChris You can take a look on this Stackoverflow response about how to get the autofill and save the credentials in the iCloud Keychain: https://stackoverflow.com/questions/56524461/how-to-get-ios-12-autofill-to-ask-to-save-password-in-react-native-app

jtvargas avatar Sep 13 '22 13:09 jtvargas