ios - How to send data to server in xcode? -


i beginner ios development. can tell me how send data server in xcode?

have requirement need send device information server.

you need first work out kind of api server you're talking has exposed

most modern web applications expose rest api (although can speculate server mention exposing). if rest, starting point should not wish write own network layer use restkit: https://github.com/restkit/restkit

if not rest, need information on backend api is, , go there...


Comments