如果您启动计时器,当用户退出应用程序时会发生什么?

时间:2014-03-06 02:10:38

标签: ios flurry

在iOS上,如果您启动计时器:

[Flurry logEvent:eventName withParameters:parameters timed:YES];

如果用户离开应用并且会话结束,会发生什么?时间会被记录吗?

如果用户离开应用程序然后在会话结束前返回会发生什么?

2 个答案:

答案 0 :(得分:0)

是。当用户为应用程序添加背景时,将停止并记录所有定时事件。我不认为会话结束会触发它。

答案 1 :(得分:-1)

回答你的问题是here

What happens if the user leaves the app and the session ends? 
The session ends after 10 seconds after app enters the background state.
You can update this using 

> setSessionContinueSeconds

Does the time get logged?
YES.

What happens if the user leaves the app and then returns before the session ends?
The session continues.