简体   繁体   English

在iOS应用中,是否会在Flurry中将收到无提示推送通知计为活跃用户?

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

I have set an Flurry event in the function below: 我在下面的函数中设置了Flurry事件:

-(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? 我的问题是,当我们向用户发送滑动通知时,该用户是否会被Flurry视为活跃用户?

我收到了Flurry工程师的回复,这将被计为一次会话,而不是用户。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM