Search code examples
iosxml-rpc

XML-RPC rquests on ios


I need to implement XML-RPC call in my ios app. I've just came across with this lib: https://github.com/eczarny/xmlrpc but I have no idea how to import it into my project.

I'm a newbie in IOS so sorry if the question is "stupid".


Solution

  • Check this SO question and Answer

    XMLRPC-iOS for iOS project

    In that Answer, "mja" gave the dropBox link to download his project.. You can just download that project and learn xml-rpc from that project..