Closed Foriger closed 10 years ago
The capability exists to delete items, by explicitly setting the key's value to nil
, for example:
BOOL result = [Lockbox setString:nil forKey:@"Password"];
Specific delete methods would be a convenience, I suppose, but would then also add a bunch of interfaces which frankly, would just call the appropriate setXxx
method. :-)
I understand. Thanks @granoff.
Hi, I am curious about something.Why there are no methods about deleting Item from keychain?Is there any particular reason about this?