Questions tagged [background-task]

677 questions
-2
votes
1 answer

Program Terminates when Background Event Fire

I have made a Background Taks demo. It is a 95% % copy of the SOLUTION in this Question: Windows Phone 8.1 Background Task - Can't Debug and won't fire The complete example OF THE SOLUTION can be download here : http://1drv.ms/1qCPLMY The problem is…
Jens Borrisholt
  • 6,174
  • 1
  • 33
  • 67
-3
votes
1 answer

NSURLConnection delegate methods are not executing

NSURL *httpsURL = [NSURL URLWithString:@"https://example.com"]; NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:httpsURL cachePolicy:NSURLRequestReloadIgnoringLocalAndRemoteCacheData timeoutInterval:5.0f]; self.connection =…
1 2 3
45
46