I'm currently developing a iOS app, it's a quiz game.
Currently the plan is to update the quiz every week and I haven't come up with another way of updating the quiz than updating the app every week.
Is there a way to update the quiz remotely? Without having to create a new build?
I was thinking of using AJAX to get text from a file on a website, but it seems like kind of a hazzle. I'm looking for a easier way!