I have an app which requires a username/password at the startup with remember me option.
I am storing these username/password information in apple's keychain. I'm using the apple's default code to store the data and pull out data from keychain.
But after a while, if I go into background and comeback and then use the app and try to make any web service call with my username/password then it somewhere lost the username/password information or clears them.
any idea why keychain looses the password/username information after a while?
Thanks