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 ?
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 ?
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...