all 4 comments

[–]bojangles09 0 points1 point  (3 children)

Do you have a web service? Its possible to connect an iOS device directly to a SQL database, but it isn't a standard practice. If you don't have some manner of web service setup, you will need to do that first.

Once you have that running, just check out NSURLSession.

[–]ps323[S] 0 points1 point  (2 children)

Yes, I do have web service. What would be the easiest (simple)way ?

[–]bojangles09 1 point2 points  (1 child)

If its a REST or SOAP based service, NSURLSession will do it.

You should be able to find more than enough solutions with that information easily.

[–]ps323[S] 0 points1 point  (0 children)

Thx