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)
Add the following to your Podfile:
pod 'QuickTrackingSDK'Open the terminal and navigate to your project folder.
Run pod install or pod update.
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
Add the
QuickTrackingSDK_MacOS.xcframeworkfile to your application project.

In your Xcode project, on the "Build Phases" tab, add the following dependency libraries to the "Link Binary With Libraries" section:
QuickTrackingSDK_MacOS.xcframework
libsqlite3.tbd
libz.tbd
