Skip to main content

Set IDFA

The advertising ID is a unique, user-resettable ID for advertising. It gives users better controls and provides developers with a simple, standard system to continue to monetize their apps. Use this API to set your IDFA in order to be processed by appmate.

Request#

Parameter NameType
IDFAString
let IDFA = "XXXXXXXX-XXXX-XXXX-XXXXXXXXXXXX"PurchaseClient.shared.setIDFA(IDFA)