jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 339 forks source link

KeyChain not clearing when called in didFinishLaunchingWithOptions #85

Closed SylarRuby closed 7 years ago

SylarRuby commented 7 years ago

Im trying to clear the keychain when the app is uninstalled but so far it's not clearing. Is there a "cure"?


platform :ios, '8.0

pod 'SwiftKeychainWrapper'
# Should be on latest version since date

``