UTIQ

AATKit supports the UTIQ SDK to support privacy-first user identification.

  • UTIQ SDK is optional, to add it, include the following line in your Podfile:

    • pod 'AATKit/AATUTIQ'

  • You will have to initialise UTIQ SDK, passing your UTIQ SDK token as documented here.

  • You will have to handle the UTIQ-specific user consent as documented here.

  • If UTIQ is set up, AATKit will automatically retrieve the identifier and pass it to supported ad networks.

Last updated