I'm about to create an application that uses JSON to update its content. This is how I planned it to work: When application starts, it checks (with internet connection is available) if the JSON file set on remote server is newer than the one stored localy - if it is then it's downloaded. Then, the application applies data from that JSON to the content. For example, to the "Contact" information - it applies data like phone numbers etc.
My question is, is it in your opinion, a good technique to update appliactions content? Does anynone had an experience with building app with this kind of idea?
Best regards, Zin