In iOS app, will receiving a silent push notification be counted as an active user in Flurry?

95 views Asked by At

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?

1

There are 1 answers

0
Yibin Pan On BEST ANSWER

I got reply from Flurry engineer, this will be counted as a session, but not a user.