I have an application that has many users who can login and perform insertion, deletion and update operations on a database (SQLite 3.0). It works fine in iOS 3.1.2, but when i tried to run the same application in iOS 4.0, the application fuctions well for the first time (e.g. for the first time when a first user logs in). When he logs out and a second user logs in, i am not able to perform any insertion or deletion operation.
The Xcode doesn't shows any error and the application also never crashes. What can i do?
Thanks for all genius and experts in advance for the solution!!!