Skip to content

Commit

Permalink
Release 1.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhzh committed Oct 11, 2016
1 parent 6159f3a commit ea9b6c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SensorsAnalyticsSDK/SensorsAnalyticsSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SensorsAnalyticsSDK"
s.version = "1.6.17"
s.version = "1.6.18"
s.summary = "The offical iOS SDK of Sensors Analytics."
s.homepage = "http://www.sensorsdata.cn"
s.source = { :git => 'https://github.com/sensorsdata/sa-sdk-ios.git', :tag => "v#{s.version}" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#import <WebKit/WebKit.h>
#endif

#define VERSION @"1.6.17"
#define VERSION @"1.6.18"

#define PROPERTY_LENGTH_LIMITATION 8191

Expand Down Expand Up @@ -1523,6 +1523,7 @@ - (void)applicationDidEnterBackground:(NSNotification *)notification {
}

[eventTimer setObject:[NSNumber numberWithLong:eventDuration] forKey:@"eventAccumulatedDuration"];
[eventTimer setObject:timeStamp forKey:@"eventBegin"];
self.trackTimer[key] = eventTimer;
}
}
Expand Down

0 comments on commit ea9b6c8

Please sign in to comment.