We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$ios_ifa
1 parent f4f25a9 commit 1290f70Copy full SHA for 1290f70
Mixpanel/AutomaticProperties.swift
@@ -63,9 +63,6 @@ class AutomaticProperties {
63
p["$ios_device_model"] = AutomaticProperties.deviceModel()
64
#if !os(OSX)
65
p["$ios_version"] = UIDevice.current.systemVersion
66
- if let ifa = Mixpanel.mainInstance().IFA() {
67
- p["$ios_ifa"] = ifa;
68
- }
69
#else
70
p["$ios_version"] = ProcessInfo.processInfo.operatingSystemVersionString
71
#endif // os(OSX)
0 commit comments