ios: Add new password to iCloud Keychain
up vote
0
down vote
favorite
I'm trying to add username/password to user's iCloud Keychain from my app so they don't have to do it manually. The problem is I don't see any way to do that.
https://developer.apple.com/documentation/security/keychain_services/keychain_items/adding_a_password_to_the_keychain
That tutorial seems to add the password to an "invisible" keychain. I guess it only to store password locally in a secured manner. When I run the code, there is no error. If I try to add the same username, it return errSecDuplicateItem
which suggests that the previous one was successfully added. But I don't see the new entry in my iCloud Keychain
Does iOS support adding iCloud Keychain directly within an app?
Thanks
ios swift keychain
add a comment |
up vote
0
down vote
favorite
I'm trying to add username/password to user's iCloud Keychain from my app so they don't have to do it manually. The problem is I don't see any way to do that.
https://developer.apple.com/documentation/security/keychain_services/keychain_items/adding_a_password_to_the_keychain
That tutorial seems to add the password to an "invisible" keychain. I guess it only to store password locally in a secured manner. When I run the code, there is no error. If I try to add the same username, it return errSecDuplicateItem
which suggests that the previous one was successfully added. But I don't see the new entry in my iCloud Keychain
Does iOS support adding iCloud Keychain directly within an app?
Thanks
ios swift keychain
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to add username/password to user's iCloud Keychain from my app so they don't have to do it manually. The problem is I don't see any way to do that.
https://developer.apple.com/documentation/security/keychain_services/keychain_items/adding_a_password_to_the_keychain
That tutorial seems to add the password to an "invisible" keychain. I guess it only to store password locally in a secured manner. When I run the code, there is no error. If I try to add the same username, it return errSecDuplicateItem
which suggests that the previous one was successfully added. But I don't see the new entry in my iCloud Keychain
Does iOS support adding iCloud Keychain directly within an app?
Thanks
ios swift keychain
I'm trying to add username/password to user's iCloud Keychain from my app so they don't have to do it manually. The problem is I don't see any way to do that.
https://developer.apple.com/documentation/security/keychain_services/keychain_items/adding_a_password_to_the_keychain
That tutorial seems to add the password to an "invisible" keychain. I guess it only to store password locally in a secured manner. When I run the code, there is no error. If I try to add the same username, it return errSecDuplicateItem
which suggests that the previous one was successfully added. But I don't see the new entry in my iCloud Keychain
Does iOS support adding iCloud Keychain directly within an app?
Thanks
ios swift keychain
ios swift keychain
asked Nov 16 at 21:19
Son Nguyen
356
356
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53345532%2fios-add-new-password-to-icloud-keychain%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown