Open
Description
I going to ship my product with pre-defined database in Assets/StreamingAssets. However, when I update application with new database (install the update from App store, but not delete and reinstall), the pre-defined sqlite is not update. (it still use old database).
How can I get my data updated? (without delete and reinstall app on phone)
Thank you