My iOS application is deployed with a predefined set of texts.
I want to be able to provide new texts to the users as I write them, so they will have an opportunity to access latest data.
I need to upload texts(no processing on the backend side is required) and app will check for updates fetching list of available text from the given URL, and downloading new texts.
Options I consider:
- Shared hosting(like drop box, google drive etc)
- Renting a host server
Of course being a single developer I want costs for this as low as possible
This is related question(I decided to ask another question, as latest answer from this is dated 2011, and I think a lot might have changed since that time) Need a basic server backend for iOS app
Could you,please, give me advices on the options I consider as I this can be done easier it will be great.