For my new iPhone Application (Xcode 4.3.2), i want to update my UITable (xml data from server) every day, even if the application running in the background. Which method i need to follow. Could you please guide me?
Share
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.
I can give you another option, send Local notification daily to your app and when user clicks on notification application starts then update data from server.
This option is if you want to update daily.
other wise it is not necessary to update data when app is in background, you can update it when ever it is launched