Skip to content

Commit

Permalink
remove ifa property (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
zihejia authored Mar 4, 2021
1 parent ec303c5 commit d4cf008
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mixpanel/Controller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ private static Value GetEventsDefaultProperties()
properties["$os"] = "Apple";
properties["$os_version"] = Device.systemVersion;
properties["$manufacturer"] = "Apple";
properties["$ios_ifa"] = Device.advertisingIdentifier;
#endif
#if UNITY_ANDROID
properties["$os"] = "Android";
Expand Down

0 comments on commit d4cf008

Please sign in to comment.