1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-14 15:23:35 +00:00

Created anonymous app id for google analytics.

This commit is contained in:
Kyle Spearrin
2016-08-06 19:03:48 -04:00
parent a267bf9cf7
commit 98ceaba5f5
4 changed files with 22 additions and 19 deletions

View File

@@ -20,7 +20,7 @@ namespace Bit.iOS.Core.Services
Gai.SharedInstance.TrackUncaughtExceptions = true;
_tracker = Gai.SharedInstance.GetTracker("UA-81915606-1");
_tracker.SetAllowIdfaCollection(true);
_tracker.Set(GaiConstants.ClientId, appIdService.AppId);
_tracker.Set(GaiConstants.ClientId, appIdService.AnonymousAppId);
}
public void RefreshUserId()