Skip to content

Releases: sensorsdata/sa-sdk-ios

Release 1.6.35

13 Mar 08:28
Compare
Choose a tag to compare

1、在初始化 SDK 的 log 里添加当前 debugMode 信息
2、$AppViewScreen 过滤 UIKeyboardCandidateGridCollectionViewController、UICompatibilityInputViewController
3、支持通过 superProperties 自定义 $app_version
4、优化部分代码

Release 1.6.34

06 Feb 02:39
Compare
Choose a tag to compare

1、flush 时默认去掉 vacuum 操作

Release 1.6.33

04 Feb 03:42
Compare
Choose a tag to compare

1、Fix crash (当属性值中有非UTF8字符时会crash)

Release 1.6.32

03 Feb 03:18
Compare
Choose a tag to compare

1、打通 app 与 H5 的默认属性中添加 ‘is_login’ 属性
2、Fix 强制类型转换的问题
3、优化代码

Release 1.6.31

13 Dec 02:54
Compare
Choose a tag to compare

1、调用trackInstallation的时候,如果开启了IDFA作为默认匿名ID,会把IDFA的信息放到$ios_install_source属性里(适配今日头条内推广app)。

Release 1.6.30

08 Dec 03:52
Compare
Choose a tag to compare

1、AutoTrack中的$AppViewScreen事件添加$title属性,默认读取controller.navigationItem.title
2、添加编译选项SENSORS_ANALYTICS_DISABLE_CALL_STACK,可以控制是否读取$lib_detail属性

Release 1.6.29

22 Nov 05:49
Compare
Choose a tag to compare

1、添加$is_first_day公共属性(是否首日访问)
2、添加重置默认匿名id接口:resetAnonymousId
3、修改podspec,添加subspec,支持IDFA

Release 1.6.24

07 Nov 07:29
Compare
Choose a tag to compare

1、开启SDK debug模式,弹出Alert提示
2、新增anonymousId接口,用来代替distinctId接口
3、新增login:和logout,trackSignUp:withProperties:标记为过时(@deprecated)
4、优化trackInstallation,确保不会重复调用

Release 1.6.23

03 Nov 09:56
Compare
Choose a tag to compare

1、优化sqlite3的VACUUM,只在applicationDidEnterBackground时才会执行VACUUM

Release 1.6.22

03 Nov 00:51
Compare
Choose a tag to compare

1、优化代码