-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: v2 to v3+ adapter #270
Conversation
Codecov Report
@@ Coverage Diff @@
## master #270 +/- ##
==========================================
+ Coverage 79.37% 79.40% +0.02%
==========================================
Files 127 127
Lines 6730 6739 +9
==========================================
+ Hits 5342 5351 +9
Misses 1388 1388
|
V2AdapterV2Adapter 支持从 SaaS/CDP v2.x SDK 无缝升级到当前 SDK,兼容 2.x APIs 调用;只需要修改初始化代码和集成 V2Adapter 即可按照 3.x 的测量协议发送数据
使用方式无埋点
pod 'GrowingAnalytics/V2Adapter' 打开终端,切换到项目目录,执行 埋点
pod 'GrowingAnalytics/V2AdapterTrackOnly' 打开终端,切换到项目目录,执行 迁移本地数据如需使用 v2.x 版本的用户数据 (userId、deviceId),请在当前 SDK 初始化之前,进行迁移 #import "Growing.h"
[GrowingV2Adapter upgrade];
// 初始化 SDK
... |
SonarCloud Quality Gate failed. 0 Bugs 0.0% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.11) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
SaaS/CDP v2 to v3+ Adapter