My app uses a 3rd party authorization framework which stores some data in the keychain. For this, the app provides the needed entitlements.
The framework stores account ids, tokens and other user data, which I don't want to be available when the app is deleted and reinstalled.
If I knew the keys, I guess it would be possible with phone.keyChainRemove(..) but in this case I don't know which keys were stored, just want to bulk erase all the entries so that the framework behaves as with a fresh install.
Hope it makes sense. Is it possible?
The framework stores account ids, tokens and other user data, which I don't want to be available when the app is deleted and reinstalled.
If I knew the keys, I guess it would be possible with phone.keyChainRemove(..) but in this case I don't know which keys were stored, just want to bulk erase all the entries so that the framework behaves as with a fresh install.
Hope it makes sense. Is it possible?