Mark Granoff
Mark Granoff
Can you post the complete if/else code? If the only thing that is different is that there is something in the archive for the key, then perhaps there is something...
Can you pull v0.5.2 and see if this is still an issue?
That is odd indeed. At the risk of stating the obvious, have you tried examining the contents of the dictionary `oauthDico` before you store values from it? If, for example,...
Looks like this has application to passwords. Rather than apply this to all of Lockbox, perhaps a specific set of password/setPassword interfaces would be useful, along with the ability to...
I doubt the accessibility setting has any bearing on the behavior you're seeing, but I could be wrong. You note that you have to encode and decode your array elements....
Thanks for letting me know. Can you show me an example in code? Is this code you're running under iOS13?
I cannot reproduce an exception with the above code building with Xcode 11.2.1. All the unit tests pass on multiple simulators under multiple iOS versions. If you are still experiencing...
You can save (nearly) anything you like into the keychain using Lockbox, but you'll have to write your own code to call the Lockbox methods to do so. You may...
I don't think the issue here is with `Lockbox` as much as it may be with your `CoreData` code. What does the class interface and implementation look like for your...
Hmm... I just created some unit tests locally to see what's happening here, and there does seem to be an issue, undoubtedly related to saving an array of dictionaries. I'll...