All Products
Search
Document Center

Quick Tracking:Import the SDK.

Last Updated:Jun 19, 2025

If you use the required operations of the SDK, data may be missing if any of the operations is missing.

Basic SDK information

The file name.

Version

md5

File size

QuickTracking macOS SDK

1.0.0

Update logs: macOS SDK update logs

48db48d7f2c95d97e8adc55540c46091

3.2MB

Integrate the QuickTracking SDK

CocoaPods (recommend)

  1. Add in Podfile

    pod 'QuickTrackingSDK'
  2. Open a terminal and switch to the project directory

  3. Run the pod install or pod update command

  4. If the latest version cannot be pulled, run the pod repo update first, and then run the pod install or pod update

Manually integrate ApsaraVideo MediaBox SDK

Obtain the QuickTracking SDK offline package from the QuickTracking product operation students

Configure the project

  1. Add QuickTrackingSDK_MacOS.xcframework files to the application project

image

  1. Under the "Build Phase" option of the Xcode project, add the dependency library to the "Link Binary With Libraries":

    1. QuickTrackingSDK_MacOS.xcframework

    2. libsqlite3.tbd

    3. libz.tbd

image