Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

1.3.5

Compare
Choose a tag to compare
@lgarbo lgarbo released this 28 Nov 16:00
· 7 commits to master since this release

Now you can set attributions attributes with the following code:

Glassfy.setAttribution(type: .IDFA, value: "device_idfa") { err in
            //    [...]
}

the following attributes can be set
Unique Adjust ID of the device. Available after the installation has been successfully tracked.
.AdjustID

App identifier generated by AppsFlyer at installation. A new ID is generated if an app is deleted, then reinstalled.
.AppsFlyerID

Identifier For Advertisers - Unique to each device. Only use for advertising.
.IDFA

Identifier For Vendor - Uniquely identifies a device to the app’s vendor.
.IDFV

User IP address
.IP