1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-12 22:33:25 +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

@@ -28,7 +28,7 @@ namespace Bit.Android.Services
_tracker.EnableExceptionReporting(true);
_tracker.EnableAdvertisingIdCollection(true);
_tracker.EnableAutoActivityTracking(true);
_tracker.SetClientId(appIdService.AppId);
_tracker.SetClientId(appIdService.AnonymousAppId);
}
public void RefreshUserId()