How can I check for a file and download it via FTP from my app when it is Paused?
I read the Timer doc and it said the Timer object doesn't work while the app is Paused. My app needs to use FTP and check for a file on my website and download it if it finds it. I know how to do all that, I'm just not sure what timer object/event I can use to know when to initiate the FTP call every so many minutes while the app is paused?
Thanks...
I read the Timer doc and it said the Timer object doesn't work while the app is Paused. My app needs to use FTP and check for a file on my website and download it if it finds it. I know how to do all that, I'm just not sure what timer object/event I can use to know when to initiate the FTP call every so many minutes while the app is paused?
Thanks...