Hi,
Can please somebody help me, how can I make my application to run in background?
For eg. My application continuously ping server to get and send some data on the basis of user's setting. Currently when I run my application it works perfectly.I used NSTimer to perform that task repeatedly after specific time, set by user. Now if I stop the application the whole process stops, but I need is that, even after user stops the application it should not terminate. The task that is performed by NSTimer repeatedly must go on as it is. Means I just want to run my application in background, ever if user stops it or any interruption occurs, application should not terminate.
thanks
Can please somebody help me, how can I make my application to run in background?
For eg. My application continuously ping server to get and send some data on the basis of user's setting. Currently when I run my application it works perfectly.I used NSTimer to perform that task repeatedly after specific time, set by user. Now if I stop the application the whole process stops, but I need is that, even after user stops the application it should not terminate. The task that is performed by NSTimer repeatedly must go on as it is. Means I just want to run my application in background, ever if user stops it or any interruption occurs, application should not terminate.
thanks
developed so called "Notification service", but till now, there is no any further news about when this notification service will go online.