mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
SetAllowIdfaCollection for demographics
This commit is contained in:
@@ -19,6 +19,7 @@ namespace Bit.iOS.Core.Services
|
|||||||
Gai.SharedInstance.DispatchInterval = 10;
|
Gai.SharedInstance.DispatchInterval = 10;
|
||||||
Gai.SharedInstance.TrackUncaughtExceptions = true;
|
Gai.SharedInstance.TrackUncaughtExceptions = true;
|
||||||
_tracker = Gai.SharedInstance.GetTracker("UA-81915606-1");
|
_tracker = Gai.SharedInstance.GetTracker("UA-81915606-1");
|
||||||
|
_tracker.SetAllowIdfaCollection(true);
|
||||||
_tracker.Set(GaiConstants.ClientId, appIdService.AppId);
|
_tracker.Set(GaiConstants.ClientId, appIdService.AppId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user