简体   繁体   中英

Xcode - Update UITableView (xml data from server) every day

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?

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

Push notifications may be another answer you want to look into. I have an app on my device which appears to use push notifications for a similar purpose (updating the app with new data daily).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM