I just started doing some readin开发者_Python百科g (new to xcode/iphone development) into web services and most articles say that apple has really dropped the ball on this ... why is this :S?
It's because Apple doesn't provide any Web-Service API, it's agnostic on this point and you basically have to hardwire anything with URL Requests.
Fortunately, there are third-party libraries out there like ASIHTTPRequest and RESTKit that can make your life easier when coding an app that needs to talk to a Web Service.
精彩评论