SetAllowIdfaCollection for demographics

This commit is contained in:
Kyle Spearrin 2016-08-04 00:34:09 -04:00
parent 7ba4baa5ce
commit c93eb2eda7
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}