You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Ensure the current window is active
MainWindow.Activate();
#if!HAS_UNO//&& !DEBUG//TODO Always returns v1 on WinUI3//var version = Services?.GetRequiredService<IInteropService>().GetAppVersion();Dictionary<string,string>appLaunchSettings=new(){{"Account",isLoggedIn?"Microsoft":doContinueWithoutLogin?"Using app without login":"None"},{"Installation Date", AppInfo.Current.Package.InstalledDate.ToString("d",new CultureInfo("en-US"))},{"OS & Device", AnalyticsInfo.VersionInfo.DeviceFamily.Replace(".","")},{"Device Form Factor", AnalyticsInfo.DeviceForm },{"Mica Supported", MicaController.IsSupported().ToString()}};
AnalyticsService.TrackEvent(AnalyticsService.Launched, appLaunchSettings);
#endif
}}
The text was updated successfully, but these errors were encountered:
var version = Services?.GetRequiredService<IInteropService>().GetAppVersion();
recurrents/ProjectSBS/ProjectSBS/App.cs
Line 175 in 07a3434
The text was updated successfully, but these errors were encountered: