I have a fully developed website that I'd like to make an app for. I have a decent amount of experience with xcode from a game developing job I had a while ago, but I've never done anything with remote data before. I was hoping the community could point me in the direction of tutorials, code libraries or other resources that they have found helpful for posting information from apps to web servers.
I designed my site with an app in the back of my mind so all my database functions have their own php files that fill my site with json encoded data or insert/update database information so my app wouldn't have to connect directly to the database. I'm a quick study so once I get a pipeline set up between my app and the sever I should be good to go.
Thanks in advance!