I have a requirement to store app credentials securely (keychain recommended) and remove the data after user install the application. But in iOS 10.3 device I could see the data still there even after uninstallation and re-installation. Is there any way to remove keychain data after uninstallation?
Thanks in advance