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

-remove method(s) on OSX not working #18

Open
skram opened this issue Sep 28, 2014 · 1 comment
Open

-remove method(s) on OSX not working #18

skram opened this issue Sep 28, 2014 · 1 comment

Comments

@skram
Copy link

skram commented Sep 28, 2014

Using any of the -remove methods on OSX seem to have /no/ effect.

Example code:

UICKeyChainStore *store = [UICKeyChainStore keychainStore];
[store removeAllItems];
[store synchronize];

After relaunching the application, key's still exist. Any ideas?..

OSX 10.9.5

@skram skram changed the title -remove method(s) OSX not working -remove method(s) on OSX not working Sep 28, 2014
@rachidfinge
Copy link

I thought I had the exact same issue on Mac OS X Yosemite. Turns out: if you create a keychain item from your app while running in Xcode, you will not be able to delete that item when you run your app standalone (with different code signing assets). That's the trap I fell into. No bug in UICKeyChainStore, fortunately.

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