Commit 584cb3c0 authored by 翟国钧's avatar 翟国钧

bugfix:推到后台的时候,如果当前页面有pv事件,则发送一次

parent 5ebd5ac7
...@@ -175,9 +175,9 @@ static NSString *sdkVersion = @"110"; ...@@ -175,9 +175,9 @@ static NSString *sdkVersion = @"110";
*/ */
- (void)handleAppInBackgound:(id)sender{ - (void)handleAppInBackgound:(id)sender{
phobosLog(@"handleAppInBackgound"); phobosLog(@"handleAppInBackgound");
[self handlePVEventAppInBackgound];
[self handleSessionOver]; [self handleSessionOver];
[self fetchDataAndSend]; [self fetchDataAndSend];
[self handlePVEventAppInBackgound];
} }
/** /**
......
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