Search code examples
iphoneyelp

How to integrate Yelp APi in iPhone application?


I am developing an application. In that I want to use the Yelp Api. So after registering on Yelp site how to integrate that Api in our application. Please provide me any examples or any stuff.


Solution

  • With the above links, depending on your current skills, you might have to search and read about:

    1. Sending/handling a http request/response on iPhone.

    2. Parsing JSON response on iphone/Objective-C