Closed Zeeshan90 closed 4 years ago
When an app is removed, keychain data is not deleted by iOS. You have to manage that yourself. The best option is to track something in user defaults for example after first run. So on a new install that doesn't have that value, you can wipe the keychain.
How to clear data when app uninstalls ??