I have an app in which I don't want to update through de Google play store, I have my content in a JSON file. But how can I make my app download this file without using the play store and How to make sure the content is still readable while the mobile device is offline?
Perhaps by using the local storage to save the JSON file, and automatically update when I change the content of the JSON file.
Which programming language do I need? What is the easiest way or are there any other solutions in which I can update my app content without updating my app through the app store?