I am creating one iOS Application in which I am getting badge number from server, while the application is in foreground, I am updating the badge number in
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo
{
}
but when the application is in background, I have no idea which function I should call.