I have set an Flurry event in the function below:
-(void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
{
[Flurry logEvent:@"ReceiveRemoteNotification"];
}
my question is whether the user will be counted as an active user by Flurry when we push a slient notification to them?
I got reply from Flurry engineer, this will be counted as a session, but not a user.