I would like to launch an app into the background on a given day/time to perform some background task. Using LocalNotifications doesn’t seem to cut it because the user has to respond to the notification in order to launch the app. Any ideas?
Thanks
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.
iOS doesn’t support this. If you’re updating some values, you can do that on next launch. Perhaps you can run some update at your service at a scheduled time, if you’re running a service. Beyond that I’m not sure — it’d depend on your requirements.