IPhone app and web service

Since I'm learning to evolve in iOS, I would make an iOS app.

I would like to have a database on the server, and application users could access it. Something like a mini social network. An application in which you can create a user and view / change database data.

Well, I might need a web service to connect the iPhone to the server, but I searched and read the information, and I don’t know exactly how to do this.

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

+4
source share
3 answers

First you need a host and a connected database (can be checked locally) A tutorial on creating a web service in .NET Or in PHP

I am browsing with JSON, as in the output.

Work with JSON in iOS5

and Calling a web service with iOS in an HTTP request

Hope this helps you.

+6
source

You can also watch http://restkit.org/

I find that using Restkit is very neat and tidy when it comes to interacting with Webservices.

here is a little tutorial: http://mobile.tutsplus.com/tutorials/iphone/restkit_ios-sdk/

+3
source

I offer you "defenseless." Backendless is a free server that allows you to dump your data. I'm new to iOS app development, and I made my final MCA project, which is an iOS app. To do this, I need a server to store my data and register users.

"Backendless" helped me a lot. Go for it :) www.backendless.com

0
source

Source: https://habr.com/ru/post/1387798/


All Articles