-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
Cannot see my keychain in iCloud #156
Comments
Same question. I would expect that setting a generic password or internet credentials would save to keychain, sync to iCloud, then show up in Keychain Access. But it does not. What am I missing? |
Figured it out. Any keychain operations require the (__bridge NSString *)kSecAttrSynchronizable: (__bridge id)(kCFBooleanTrue), Here is the relevant Apple Dev doc on adding a password keychain entry. |
I have a fork which adds a Once you have a Keychain entry syncing, you can see it the Keychain Access app for Mac OS (assuming you have iCloud Keychain enabled on your phone and the same Apple ID, etc, etc). |
@hellogerard thanks for finding out, however I can't get it to work for me. Every time I call it like this:
I get : I used your fork to install the package. do you see the modal popping up as in your screenshot now, or do you have to build this yourself and just save it in the background. I try to achieve the same and would love to understand what the best practice for this is. Thanks so much in advance! |
I'm in the same situation. I'm trying to securely store a password for an app in iCloud, so that the user can login when he switches phones. Has anyone here achieved this? |
All seems to work as expected. My question is:
Is there a way to see the generated keychain, perhaps via Keychain Access.app or in iCloud?
Thanks for any suggestion.
The text was updated successfully, but these errors were encountered: