Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
iOS Development
How to consume web service in iOS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Nethfel" data-source="post: 1275852" data-attributes="member: 89124"><p>Can you please explain what you mean by "consume" web services? Are you just referring to requesting information from websites? Are you trying to interact with sites like Facebook or Flickr, etc.?</p><p></p><p>If you're just pulling data down to display, you can use a variety of techniques; but if you're trying to access a specific service on the net (like Facebook, Flickr, twitter, Google, etc.) you'll need to look into the API for the services you want to use - some have libraries available for Objective-C, some have XML or JSON communication specifications but no pre-built libraries, etc.</p></blockquote><p></p>
[QUOTE="Nethfel, post: 1275852, member: 89124"] Can you please explain what you mean by "consume" web services? Are you just referring to requesting information from websites? Are you trying to interact with sites like Facebook or Flickr, etc.? If you're just pulling data down to display, you can use a variety of techniques; but if you're trying to access a specific service on the net (like Facebook, Flickr, twitter, Google, etc.) you'll need to look into the API for the services you want to use - some have libraries available for Objective-C, some have XML or JSON communication specifications but no pre-built libraries, etc. [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
macOS & iOS Developer Playground
iOS Development
How to consume web service in iOS
Top