ios - Best way to load data from a website/server to iPhone -


i have own website , want write app loads data (strings/texts) fill tableview on iphone (like to-do-list). want change content of app (of tableview) time without doing update in app store. when app starts should grab content website...

should use ftp doing things or there better ways load , manipulate data?

if content in simple text/string there no need of ftp (it's useful in case of large file transfer web app) suitable methodology restful services.

restful services able get/post data in easy way. can transfer data website ios application. , whenever change data automatically change data of iphone app. there no need change after app store upload of application.

hope helps !


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -