Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to setup a CMS as a backend for iPhone app

I would like my iPhone app to get dynamic content off the net. This content should be managed using a CMS. I would like to know in particular if I can setup Drupal or Joomla or other CMS as a backend for my iphone app to get the content.

Any advice on how this can be achieved would be helpful.

I am completely new to setting up/using CMS.

like image 259
srik Avatar asked May 18 '10 10:05

srik


3 Answers

You can also take a look at StorageRoom, which is a CMS for Mobile Applications.

Disclaimer: I created this myself to scratch my own itch.

like image 189
Sascha Konietzke Avatar answered Oct 19 '22 02:10

Sascha Konietzke


Wordpress with the JSON-API plugin is a great solution, especially if you need a web site as well.

You can find a good example here that uses Wordpress and Phonegap to get a basic app going.

like image 33
Michael M. Myers Avatar answered Oct 19 '22 04:10

Michael M. Myers


If you can access the content in any serialized format (e.g. XML or JSON), it should be no problem to use any CMS as a "backend" for your application.

like image 22
cem Avatar answered Oct 19 '22 04:10

cem