Update #
If you want to update with the latest version from the previous version then find out the changed files that are attached with every update. The name of the folder like: App changes from V1.0 to V1.1
. In this folder, you will get files directory-wise. Just replace them in those directories.
INFO
You can not switch from a very old version to a newer version. You can switch from the previous version to the new version
Update after Customisation #
If you customised something on the code and want to update with our latest version follow any option given below:
FOLLOW ANY ONE
First, push your code on a git branch. Then download our project code from codecanyon and push it to another branch. At last merge both branches. It is possible to get conflicts on branch. Resolve it carefully.
We provided changed files directory-wise with our every update. You have to replace them with your code. Remember that it may conflict with your customization. If you customize something on a file, and we changed something on the same file then merge those codes carefully.
Download updated files from codecanyon and do your customization again.
WARNING
You have to be a developer in that case. If something goes wrong, we won’t be responsible for that.