I have an issue: part of the install package is a pair of .json files (NET 8 app). I also have a SQLite file which is marked permanent. On uninstall the SQLite is (correctly) kept, however, the .json files are not deleted as they should be.
I have another app installed with Advanced Installer which has a pair of .json files in the install package and they get deleted on uninstall (as it should be).
So it is 99% sure I am doing something wrong. But I spend a lot of time trying to figure out what I have done differently and just can't find what! Any suggestion(s) where should I look will be welcome.