When a iPhone app is closed is there any way it can still check for new data?
I am trying to have the app check every night at midnight to see if the price of an item has changed. I have programed to have the app check when the UTC time is 12am to see if the prices have changed. Will this still check when the app is closed? What is the best way to check? timer.preformWithDelay?
Overall, I want to send a local push notification when the prices change each night.
Thanks for the help!