0

I will develop a small iPhone application for a festival.

I want to create a news page with the latest news about the festival.

How can I simply add news in my app without using Xcode for updating the app ?

RSS feed ? Are they other methods ?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62

1 Answers1

1

Simply create a rest service backend or add the data to a file that you load via network from Rest, SOAP or even googledrive/dropbox...

Dropbox Example

Google Drive Example

Community
  • 1
  • 1
David Karlsson
  • 9,396
  • 9
  • 58
  • 103