Example #1
0
        private async Task appStartup()
        {
            ReviewHelper.TrackAppLaunch();
            AdjustWindowSettings();
            AdjustSettingsForAppVersion();
            await RegisterForDevCenterNotifcationsAsync();

            RegisterBackgroundTask();
            UpdateTiles();
        }