1.Install a replacement for the old version?
Yes, the application package will be replaced with a new one.
2. Will it replace the sqlite folder and images on the document path? (Both versions have the same sqlite file with a name, for example abc.sqlite1.0 and the same folder name, for example imagesToBeCopied)
No, the document catalog does not affect the update process. If you have procedures in your code that update the document catalog, they will still work, but without any changes it will not differ from the usual launch of your application - for example, if you check and copy, if necessary, something from the package to the document directory, this will happen only if the target file does not already exist.
3. Will it add sqlite entitie rows with new rows for the same object?
This is not related to the upgrade process. If you want to change the data as part of the update, you will write this specifically in the first start code for your new version.
4. How can I reinstall version 1.0 from the app store? Is it possible to get it?
No, the updated version replaces the old one in the application store.
source share