Skip to content

Commit 1290f70

Browse files
committed
Revert storing $ios_ifa in automatic properties for now
1 parent f4f25a9 commit 1290f70

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Mixpanel/AutomaticProperties.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ class AutomaticProperties {
6363
p["$ios_device_model"] = AutomaticProperties.deviceModel()
6464
#if !os(OSX)
6565
p["$ios_version"] = UIDevice.current.systemVersion
66-
if let ifa = Mixpanel.mainInstance().IFA() {
67-
p["$ios_ifa"] = ifa;
68-
}
6966
#else
7067
p["$ios_version"] = ProcessInfo.processInfo.operatingSystemVersionString
7168
#endif // os(OSX)

0 commit comments

Comments
 (0)