Is it possible to detect the user is installing an app version with an older db schema version? (downgrading the app version basically)
Want to know if it is possible to detect and delete the current db file so that the app can still recover from it instead of just crashing.
It is an odd scenario but it is happening (some beta testers and such).