The following is the code I am using to call 5 different services to get response and store it in my json text file.when the background service call is running my app is getting hang, no touch event is working.after completion of background service call its working.i don't want to hang my app when calling background service how can i do this.
[NSTimer scheduledTimerWithTimeInterval:60.0 target:self
selector:@selector(checkAlert) userInfo:nil repeats:YES];