I have a photogallery in my app that I want users to be able to comment on, adding funny captions, and I want users to be able to click Thumbs Up or Thumbs Down.
What is the best way to store and load the comments and thumbsup/down information? I'm a bit of a noob to the iOs and am assuming I would have my own website hosting a mysql database that would store a table for comments and for thumbsup/down. And i would write to that when a user makes a new comment and read from that on app load. I havent found much info from my googles. Any help with direction or articles to read would be appreciated.
Also, how would I make the app just download the new comments?