fmdb
fmdb copied to clipboard
connectionClose crash in applicationWillTerminate
As I understood from Firebase Crashlytics: the app crashes when the user closes the app.
- (void)applicationWillTerminate:(UIApplication *)application { [[DBConnection sharedDataBase] connectionClose]; }
There's no FMDB code presented here, so I can't say what's going on.