Import the SDK

更新时间:
复制 MD 格式

You must complete the following operations to use the SDK. Skipping any operation will result in data loss.

SDK basic information

File name

Version number

md5

File size

QuickTracking macOS SDK

1.0.6

Update Log: macOS SDK Update Log

e3d16ecafcabecc958f1d9c5d864a3ad

1 MB

Integrate the QuickTracking SDK

CocoaPods method (recommended)

  1. Add the following to your Podfile:

    pod 'QuickTrackingSDK'
  2. Open the terminal and navigate to your project folder.

  3. Run pod install or pod update.

  4. If you cannot pull the latest version, run pod repo update, and then run pod install or pod update.

Manual integration

Contact the QuickTracking product operations team to obtain the offline SDK package.

Project configuration

  1. Add the QuickTrackingSDK_MacOS.xcframework file to your application project.

image

  1. In your Xcode project, on the "Build Phases" tab, add the following dependency libraries to the "Link Binary With Libraries" section:

    1. QuickTrackingSDK_MacOS.xcframework

    2. libsqlite3.tbd

    3. libz.tbd

image