Using a remote database or using in-app updater?
-
I plan to try and write an app that has a JSON file holding a number of names and details. This will be ever-changing.
My question is what is the best way to do it? Would it be better to store this data and call it from a server if the user is online? Or would it be better to use the in-app updater plugin and simply overwrite the file?
Any pointers would be great - thanks.