When are iOS keychain items removed?

Viewed 24412

I could have sworn this worked differently in previous versions of iOS, but as of iOS 4.0 it looks like my app's keychain items are not removed when the app is removed. However, it looks like some are cleared when the app is upgraded without first removing?

Can someone provide a clear explanation of when iOS keychain items are removed?

4 Answers

I was sad to found out that this is not the case anymore, the keychain won't persist anymore since 10.3.

See my reply here.

Related