2018年6月22日,Microsoft通知我,我的带有Win 32后端的UWP App由于启动时崩溃而无法测试。与应用程序认证团队联系后,他们表示已在两台Windows 10S设备上对其进行了测试,但没有一台能够成功启动该应用程序。
他们建议我与支持人员联系,但我无法向支持工程师索要R1000来帮助我更改一两件事...
很不幸,我没有任何日志可发布或任何其他详细信息...我没有得到的是,该应用程序以鲜艳的色彩通过了WACK,绝对没有错误。它还可以在三个Windows 10 Home Edition上完美运行。
请注意,我是从头开始构建应用程序的。没有百年纪念计划或任何转换。
有人遇到过类似的事情吗?我错过了一些互联网话题吗?请帮忙。
谢谢。
修改
该应用程序具有UWP UI,并在UWP应用程序的GridLoad
事件上调用LaunchFullTrustProcessForCurrentAppAsync()以显示NotifyIcons。
如果需要更多信息,请询问。
修改
Debug.WriteLine
调用(在打包和提交之前我忘了删除它)可能会引起问题吗?
using Microsoft.Services.Store.Engagement;
using System;
using System.Diagnostics;
using System.Net.NetworkInformation;
using System.Threading;
using System.Threading.Tasks;
using Windows.ApplicationModel;
using Windows.ApplicationModel.AppService;
using Windows.ApplicationModel.Core;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.Foundation.Metadata;
using Windows.Networking.Connectivity;
using Windows.Storage;
using Windows.System;
using Windows.UI.Core;
using Windows.UI.Core.Preview;
using Windows.UI.Popups;
using Windows.UI.ViewManagement;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Media.Imaging;
using Windows.UI.Xaml.Navigation;
对不起,我以前从未使用过Windows 10S。
**编辑** 我要求微软仅在Win 10 Home等设备上对其进行测试,他们让我知道,即使在“正常”条件下,它也会崩溃。我仍然没有任何日志。但是,就我而言,它可以在3种Win 10 Home设备上正常运行。?