Desmond
Desmond

Reputation: 5011

What is the best way to download data from Wordpress acting as an CMS

will like to know if there are any plugins for iOS to download and sync data from Wordpress which will act as an CMS. data to be downloaded from wordpress are Video, Sound and text data.

i don't have any experiences on wordpress, will like to learn more from it.

thanks for reading and appreciated you comments

Upvotes: 0

Views: 241

Answers (3)

Jason
Jason

Reputation: 847

If you are writing an iOS app, XML RPC is what you looking for.

http://codex.wordpress.org/XML-RPC_Support

Upvotes: 1

stitz
stitz

Reputation: 1429

Here is a quick iOS Wordpress starter kit I put together which outlines some basics when getting started with Wordpress and iPhone development.

https://github.com/davestitz/XMLRPC-Starter-Kit-for-iOS-Wordpress

You will also want to look at the Open Source Wordpress app that was also referred to below but it can be a little advanced and feature rich at first when you are just trying to understand the basics.

Upvotes: 1

vk.edward.li
vk.edward.li

Reputation: 1949

The WordPress iOS app is Open Source, don't know if that helps

Source Code

Upvotes: 1

Related Questions