string ProductId = "{23e1505b-9383-4ed4-9195-da23a3442820}";
IEnumerable<Package> app = Windows.Phone.Management.Deployment.InstallationManager.FindPackagesForCurrentPublisher();
app.First().Launch(ProductId);
这是另一个应用程序
WMAppManifest.xml(App xmlns="" ProductID="{23e1505b-9383-4ed4-9195-da23a3442820}"
Title="@TitleStrings\AppResLib.dll,-100" RuntimeType="Silverlight" Version="3.5.1.17"
Genre="apps.normal" Author="Tencent WeChat Limited" Description="Wed Feb 20 17:37:10 2013,
ChannelID 70" Publisher="Tencent WeChat Limited" IsBeta="false">)
当我触发事件时,它并没有被Launch (ProductId)
我调试,谁能告诉我。没有运行这一步。如何跳转到使用此方法的另一个应用程序...谢谢