quick question…is there a way to make update to an iphone app (news and stuff) without the need of updating the whole app (aka making the user update the app)?
Thanks for any responses!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If your app pulls in an RSS / XML feed, then the app itself shouldn’t need updating through Apple. Considering your app has a solid foundation and does not bug out.
Also, you can use a
UIWebViewto load a remote html (or php or whatever) file which you can obviously update remotely.