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.
#
RequestParameter Name | Type |
---|---|
IDFA | String |
- Swift
- Objective-C
let IDFA = "XXXXXXXX-XXXX-XXXX-XXXXXXXXXXXX"PurchaseClient.shared.setIDFA(IDFA)
NSString * IDFA = @"XXXXXXXX-XXXX-XXXX-XXXXXXXXXXXX";[[PurchaseClient shared] setIDFA: IDFA];