I have an app that uses core data to store some information and the keychain to store passwords and other critical information.
I've recently done an update to the app that didn't had any impact on the core data or keychain features. This worked fine in my tests (using ad hoc / enterprise profiles): the app would update from the previous version and everything would work smoothly. After submitting (and being approved) and updating the old version through the appstore, I'm having one of two problems: either the database was corrupted (or isn't accessible) or the keychain isn't accessible.
Does any one have similar cases? Something (core data or keychain) working fine in tests (including testing updates) but it suddenly stops working after submitting to the appstore?
I'm also suspecting this can be related to iOS6 / 6.0.1.