Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone app and web service [closed]

As I am learning to developing in iOS and I would make an iOS app.

I'd like to have a database on a server and the users of the app could access to it. Something like a mini-social network. An app where you can create a user and see/modify the data of the database.

Well, I may need a web service to get the iPhone communicates with the server but I've been searching and reading info and I don't know exactly how to do it.

A good tutorial or article to read? Some info will be appreciated :)

like image 492
juavazmor Avatar asked Jan 17 '23 23:01

juavazmor


1 Answers

First you need an host and a connected DB (can be testen local) A tutorial how to make a Webservice in .NET Or in PHP

I recogment using JSON as in an output.

Working with JSON in iOS5

and Calling the webservice with iOS in a HTTP request

Hope this helps you.

like image 125
Justin Avatar answered Jan 20 '23 14:01

Justin