The Feedback Hub worked perfectly since I launched my app months ago. Suddenly I tested launching it from within my app so that I could go directly to the feedback hub page for my app and the app just crashed. So then I launched my app in debug mode and tried it again. The app simply crashes with no debug information.
Is this somehow related to me updating to the October update of Windows 10? Or maybe me extending my app's compatibility to Windows 10 1809 (17763)? I like NEVER touched the code that launches the feedback hub and so it is not my doing. This is the code:
if (Microsoft.Services.Store.Engagement.StoreServicesFeedbackLauncher.IsSupported())
{
var feedbackLauncher = Microsoft.Services.Store.Engagement.StoreServicesFeedbackLauncher.GetDefault();
await feedbackLauncher.LaunchAsync();
}
Microsoft continues to baby-step around the obvious, but it has officially deprecated the Universal Windows Platform (UWP) as it pushes the desktop-focused Windows App SDK (formerly called Project Reunion) and WinUI 3 as the future of Windows application development.
Please run Windows Store Apps troubleshooter from Settings app > Update & security > Troubleshoot. See if it helps you. Hope this helps!
UWP is one choice for creating apps that run on Windows 10 and Windows 11 devices, and can be combined with other platforms.
NET 5/6 will not be coming to UWP project types."
The temporary workaround is to package your app using VS 2019 preview edition, the issue does not repro here.
FEB 2019 UPDATE
This has now been fixed in version 10.0.5.
https://marketplace.visualstudio.com/items?itemName=AdMediator.MicrosoftStoreServicesSDK
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With