is it possible to run some program in background for iphone even if your app is closed by user??
i just want to know any idea any trick to do that
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.
There’s Task Completion for times when you want to keep running for up to 10 minutes after your app is switched out. After 10 minutes, the OS kills the app if it hasn’t completed the tasks by then.
There’s also background audio, location-based, and voip apps that are allowed to run in the background, but if you abuse them, Apple is likely to reject your app for violating the spirit of the law.