Commit eb165a7c authored by 翟国钧's avatar 翟国钧

设备激活埋点device_activated增加一次非实时上传的策略

parent b6748b3d
......@@ -83,6 +83,7 @@ static NSString *sdkVersion = @"110";
/** 第一次打开APP埋点 **/
if (![cache fetchObjectAtDiskWithkey:PhobosHaveOpenApp]) {
[Phobos track:@"device_activated" attributes:@{} sendNow:YES];
[Phobos track:@"device_activated" attributes:@{} sendNow:NO];
[cache storeObjectAtDiskWithkey:PhobosHaveOpenApp object:PhobosHaveOpenApp];
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment