-(void)application :(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo
{
[self addMessageFromRemoteNotification:userInfo updateUI:NO];
}
I need to run above method in performSelectorInBackground method.but there is option with single object.How do i change my code?