Using XML-RPC in iPhone Applications

Is it possible to use XML-RPC calls in an iPhone application (which approaches are the best)? Are there any limitations with XML-RPC?

Thanks Paul

+5
source share
2 answers

I recently got acquainted with this library, take a look at the description at the end.

I hope you find this helpful.

https://github.com/eczarny/xmlrpc

+3
source

You might be interested in the WordPress app for iOS. It fully opens source code and uses the XML-RPC library.

http://ios.wordpress.org/

+1
source

All Articles