Skip to content

Releases: sensorsdata/sa-sdk-ios

Release 1.6.20

19 Oct 09:04
Compare
Choose a tag to compare
  1. 修复渠道追踪的问题

Release 1.6.19

14 Oct 05:17
Compare
Choose a tag to compare

1、将 $os 统一成 'iOS'

Release 1.6.18

11 Oct 05:09
Compare
Choose a tag to compare

1、Fix 统计应用使用时长不准确的Bug

Release 1.6.17

10 Oct 03:08
Compare
Choose a tag to compare

1、showUpWebView 支持添加自定义属性
2、Fix autoTrack 失效的bug

Release 1.6.16

29 Sep 13:39
Compare
Choose a tag to compare

1、containsString->rangeOfString,兼容iOS7.0

Release 1.6.15

29 Sep 09:35
Compare
Choose a tag to compare

1、Fix Bug

Release 1.6.14

29 Sep 08:27
Compare
Choose a tag to compare

1、优化打通JS与WebView
2、Fix trackInstall无法更新用户profile的bug

Release 1.6.13

29 Sep 05:01
Compare
Choose a tag to compare

1、添加trackViewScreen,可以通过代码埋点track $AppViewScreen事件
2、添加filterAutoTrackControllers,允许用户添加ViewController不被AutoTrack
3、添加getLastScreenUrl,用来获取上个页面的url
4、添加getLastScreenTrackProperties,用来获取上个页面用户自定义属性
5、优化代码

Release 1.6.12

23 Sep 02:43
Compare
Choose a tag to compare
  1. 增加 Protocol SAScreenAutoTracker,允许用户使用 AutoTrack功能时,为页面添加自定义属性和URL Schema
  2. 增加宏 SENSORS_ANALYTICS_DISABLE_VTRACK,屏蔽可视化埋点功能
  3. Fix 升级到iOS 10之后,trackInstallation无法收到事件

Release 1.6.11

19 Sep 08:51
Compare
Choose a tag to compare

1、Fix bug