c# - “将应用程序与商店关联”选项未显示是 visual studio ultimate 2013 for windows phone 8.1 silverlight 项目

标签 c# visual-studio silverlight windows-store-apps

我需要将我的 windows phone 8.1 silverlight 应用程序发布到商店。 我使用 Visual Studio 2013 Ultimate 开发应用程序。

但我在 project 选项卡中找不到“Associate App with the store”选项。 Lauch app certification kit 是唯一可用的选项。如何将应用程序与商店相关联? 请帮忙!

最佳答案

Silverlight 应用程序不需要手动与商店相关联。 xap上传签名时会自动设置应用ID等。

对于 Windows 运行时应用程序,“将应用程序与商店关联”菜单会将应用程序 ID、发布者 ID 等本地复制到 appxmanifest 中。

关于c# - “将应用程序与商店关联”选项未显示是 visual studio ultimate 2013 for windows phone 8.1 silverlight 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29277830/

相关文章:

c++ - 使用 Visual Studio 2013 pro 更新 3(或 4)在 Windows 8.1 上构建 Chromium。

silverlight - 为什么我的Silverlight 4浏览器外应用程序仅显示白色?

c# - 无法将 json 转换为 xml

c# - 从位掩码返回对象集合

c# - Convert.ToDouble() 因 SqlDataReader 值溢出

c# - 禁止在 3rd 方库中创建 xml 文档和资源

C#:Powerpoint 不退出?

c# - 从Silverlight连接到Google Analytics(分析)

silverlight - 将 ItemsControl.Items 枚举为 UIElements

c# - 本地实现的 Azure 功能无法在云端运行