I am new to iOS development and working on keychain storage. In my app, I would like to save some important information in iOS keychain (not shared keychain).
I don't know whether keychain data wipes out on app uninstall or not. I am looked at some blogs/stack overflow posts, but I didn't find any official apple documentation mentioning this specific information. I would like to know,
- Is my stored data deleted on app uninstall?
- What happens if user uninstall and immediately install app again? Will he get previously stored data?