SDK obtaining method
View integrated documentation
1.6.6.PX (2025-02-25)
[New] Add Retry Mechanism for Obtaining sample rate Configuration
1.6.3.PX (2024-10-28)
[new] supports the auto-tracking feature in flutter scenarios
1.6.2.PX (2024-07-31)
[New] Changes the targetsdk version to adapt to the 34 new registerReceiver APIs.
1.6.1.PX (2024-04-01)
[New] SDK actively enables and disables SDK tracking
1.6.0.PX (2024-03-14)
[New] API for obtaining shared parameters
[New] API for obtaining source sharing parameters
1.5.0.PX (2023-11-16)
[Repair] Hit Logic for Remote Configuration sampling rate of Page Browsing Events
1.4.9.PX (2023-10-30)
[New] The reportUserInfo API supports passing in email and phone information
1.4.8.PX (2023-09-18)
[New] The issue of pass-through attribute bridging is fixed.
1.4.7.PX (2023-09-12)
[New] API for Obtaining Page attributes in H5 Bridge Scenarios
[New] Updated the version of the openid library integrated with the SDK to 2.0.6.1
1.4.5.PX (2023-09-02)
[New] API for obtaining the attributes of the current page
1.4.4.PX (2023-06-21)
[New] Before initialization, the isOnline tool function of the UMFrUtils class cannot actively call the query logic.
[New] Boolean attributes are supported. Boolean attributes are forcibly converted to character type on the SDK side (including event attributes, page attributes, global attributes, and h5-bridged event attributes, page attributes, and global attributes).
1.4.3.PX (2023-05-25)
[New] H5 adds an API, which can set global attributes in H5 to take effect to APP native events
1.4.2.PX (2023-03-10)
[New] Support custom device IDs (if the developer has set a custom device ID, the device ID set by the developer is used, and if not, the device ID generated by QuickTracking is used)
[New] Assist the server to generate a more unique log ID--logid
[Fix] The value of the rank field of custom events and preset events may be repeated during tracking tracking.
1.4.1.PX (2023-02-09)
[New] Custom uplink and downlink data encryption algorithm function
[Fixed] CrashHandler no longer takes effect in the SDK.
1.4.0.PX (2022-12-02)
[Fixed] Custom page attributes only support string values. Supported attribute types after the fix: String,Integer,Long,Float,Short,Double
[Fixed] If the custom page attribute value is an empty string, this attribute will be filtered by the SDK.
1.3.9.PX (2022-11-16)
[New] All device IDs support user-defined tracking control. You can control whether a single ID is tracked or not. You can also decide to implement the tracking logic of an ID by yourself instead of using the SDK default tracking logic. By default, if the customer does not call the relevant API to register a self-implemented ID tracking tool class, the SDK tracks device IDs by default.
[New] The QtConfigure.setDebugKey API (PX version) and UMConfigure.setDebugKey(P version) are added to the SDK. For Android devices that do not have cameras, you can directly call the API operation to set the tracking point verification identifier. This way, the SDK enters the tracking point verification mode.
1.3.8.PX (2022-11-03)
[New] Resolves the issue that the SDK calls the system API ConnectivityManager .getActiveNetworkInfo() to read network status information before the user agrees to the privacy authorization (before the formal initialization function of the SDK is called). The SDK calls the system API only after the init function is called.
[New] The MobclickAgent.onEventObject two event APIs (including the version with the bound page name) function, which supports passing the event parameter to null or passing the map object with size 0.
1.3.7.PX (2022-10-17)
[New] The SPM plug-in is merged into the qt-px-common library. After this version, you do not need to separately introduce the SPM plug-in.