I have implemented KeyChainWrapper class and stored NSData object into KeyChain.
Now my worry is about security, about the identifier which I have used for storing the keychainItem data.
I tried accessing the data from another application using same identifier, I was able access the information. I tried this on iOS 6 simulator.
How can I ensure keychain data that my app is storing should not be accessible to other applications on the same device?