Questions tagged [uickeychainstore]
5 questions
7
votes
1 answer
Small percentage of users getting errSecItemNotFound when retrieving data from the Keychain
I have an iOS app that stores an access token in the Keychain. In the last few months, I've noticed that around 2% of the users get an errSecItemNotFound when trying to retrieve the token.
All the relevant StackOverflow threads point to background…

mgv
- 8,384
- 3
- 43
- 47
5
votes
0 answers
KeyChainStore returns 34018 error
I am trying to implement KeyChain sharing in my iOS app to share passwords between different iOS applications.
I am using the library UICKeyChainStore for this purpose.
AppDelegate.m (this works)
self.keychainStore = [UICKeyChainStore…

Ashish Agarwal
- 14,555
- 31
- 86
- 125
3
votes
0 answers
SecItemDelete fails for shared keychain items on OS X
I'm developing an application extension for an already released mac application. I need to share the keychain items between the application and extension. I am able to successfully "share" the keychain items between the application and extension…

duncanc4
- 1,191
- 1
- 9
- 17
1
vote
1 answer
Can we access keychain items that are saved before enabling keychain sharing from app sharing same app group?
Can we access keychain items that are saved before enabling keychain sharing from app sharing same app group? If NO then what could be the best workaround?

Muhammad Adil
- 300
- 2
- 10
1
vote
0 answers
iOS Locksmith cannot move stored data to from service "A" to service "B"
In one of my iOS apps I'm developing I'm storing some info in the Keychain. To interact with the keychain I am using Locksmith (https://github.com/matthewpalmer/Locksmith)
In version v1 of my app, I was writing some data in the keychain by…

tufyx
- 163
- 1
- 8