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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user