ritesh3103
ritesh3103
I did this as a temporary solution. In App.xaml.cs ``` protected async override void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs args) { var mainInstance = Microsoft.Windows.AppLifecycle.AppInstance.FindOrRegisterForKey("main"); var activatedEventArgs = Microsoft.Windows.AppLifecycle.AppInstance.GetCurrent().GetActivatedEventArgs(); if (!mainInstance.IsCurrent) { await mainInstance.RedirectActivationToAsync(activatedEventArgs);...
The version 10.0.26100.1 was updated on May 22, 2024 and after a month or more, Microsoft Partner Center is not ready for it. Reverting back to the version 10.0.22621.3233 solved...