I have tried to look for tutorials or questions related with the above subject but I cant seem to find a decent one for beginners. I know how to build a database with Core Data or SQLite3 and show it to a Table View. What I want to do is to have a button in a View Controller that first checks if there is a new database in the remote server so the user can update the information. If there is, after pressing the button the user can download it and it will update its current information on the table that shows the results of the database.

The user will not be able to modify the information, therefore, It may be easy to obtain this result, however, it seems I must know something about PHP, Java, JSON, etc, which are very difficult to understand.

Is there an easy way to achieve the above: Download the new database in the server and update the current database that holds the user? Is it as easy as downloading images from the web server as I have seen a lot of tutorials with this subject?

link|improve this question

36% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.