I work with a free application that calculates grades for Norwegian students. Various objects are stored in the sqlite database. Everything works fine, except for one thing: if I close the application and reboot quickly (faster than, say, one second), it will work. In addition, this only happens if I close the application in special cases related to selecting / checking objects in UITableView(changes are immediately saved in the database). In any case, if I wait more than a second before the application restarts, it will never crash.
The error cannot be traced in any way in the console window.
The application detected memory leaks, but they are very small (16 bytes). I believe this is not the cause of the accident (but I will try to stop the leak). I also tried uninstalling and reinstalling the application and turning on / off the iPod / iPhone. Without changes...
I understand that I cannot ask anyone to find an error in the extended code of my application. My questions to you guys:
- Did any of you have any such mistakes? Linked to sqlite?
- Do you think the App Store will reject the app because of this?
- Does anyone know where to start looking for an error?
I am very grateful for any answer!
source
share