mirror of
https://github.com/bitwarden/android.git
synced 2024-12-18 23:31:52 +03:00
SetAllowIdfaCollection for demographics
This commit is contained in:
parent
7ba4baa5ce
commit
c93eb2eda7
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ namespace Bit.iOS.Core.Services
|
|||
Gai.SharedInstance.DispatchInterval = 10;
|
||||
Gai.SharedInstance.TrackUncaughtExceptions = true;
|
||||
_tracker = Gai.SharedInstance.GetTracker("UA-81915606-1");
|
||||
_tracker.SetAllowIdfaCollection(true);
|
||||
_tracker.Set(GaiConstants.ClientId, appIdService.AppId);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue