I've built my app where I have 3 levels of data, Ingredients, recipies and products. I can update, delete and insert new data. When I update my app, the new data is gone, and brings back an old version. I did change the database version to see if could be the problem, with no success.
After some investigation, i've found that old data comes from a debug version.
Why is this old data keeps comming up, even when I manually delete the app data and cache, and manually uninstall the app?
I know the app is deleting the data, I copied the database from the fisical device to my pc to inspect it.