Install and configure the SDK

Updated at:

SDK information

SDK name

Version

MD5

QTCommon

Latest version: 1.8.5

Changelog: iOS SDK changelog

4ed3e3a3d8265a3c6c31042d82de5c02

UMAPM_P

2.2.2

Changelog: iOS SDK changelog

b9758698d453462865b8e14b46a3e707

UMEFS_P

2.3.6

Changelog: iOS SDK changelog

e2a6dcf6a3deafe5e2f4247cd9064f7d

Integrate the QuickTracking SDK

CocoaPods

  1. Add the following to your Podfile:

    pod 'QTCommon'
    pod 'UMAPM_P'
    pod 'UMEFS_P'
  2. Open a terminal and navigate to your project directory.

  3. Run pod install or pod update.

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

IDFA

  1. By default, the SDK collects the IDFA for more accurate analytics and data verification. If your app does not use the IDFA, configure your App Store submission as follows to avoid rejection for the reason "The app does not include advertising features, but it accesses the advertising identifier (IDFA)."

image

  1. The QuickTracking SDK does not request IDFA tracking permission on its own. Your app must request permission to display the tracking authorization prompt.

  2. If a user opts out of IDFA collection, configure the SDK to return a custom field or an empty string to prevent IDFA collection. For details, see 2.1 Device ID Settings.