Integrating API into Xcode / Objective-C. Is it possible?

Hey guys,

I don’t know how much of a stupid question this is - but I can’t get the API to work in Xcode at all. How do I go about that? Everything I’ve already created in this environment is Objective-C, is that the problem?

Language doesn’t matter for integrating with our API. It’s a simple HTTP call to get information from our API. It’s been a few years since I’ve done Objective-C, but I think it is NSMutableUrlConnection? Not sure how current that is though.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.