问题描述
我认为这将是一个有点更加无缝的过程。我下载了Yelp的API示例(),并认为我可以'建立和运行,并看到一个请求的例子送出一个按钮pressed事件。
I thought this would have been a bit of a more seamless process. I downloaded the yelp api example (https://github.com/Yelp/yelp-api/tree/master/v2/ios) and assumed I could just 'build and run' and see an example with a request sent out on a buttonPressed event.
我一直在阅读这里:How集成在iPhone应用程序?等地在线Yelp的API,但想一个基本的测试进行集成,当我得到一吨的错误。我已经注册了一个账号,有一个API第2组键。
I've been reading here: How to integrate Yelp APi in iPhone application? and other places online but am getting a ton of errors when trying to integrate a basic test. I've signed up for an account, have an API v2 set of keys.
一个很大的错误似乎与电弧和Yelp的API试图明确自动释放他们的一些对象。
A lot of the errors seem to be related to the ARC and the yelp api trying to explicitly autorelease some of their objects.
推荐答案
这似乎简化问题:
如果我放在一起干净的东西,我会尽量回来,张贴链接到工作,例如:
If I put together something clean, I'll try to come back and post a link to a working, example
这篇关于Yelp的集成API V2到的iOS 7的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!