克隆Windows商店应用 - 什么应该改变? [英] Cloning a Windows Store app - What should be changed?

查看:235
本文介绍了克隆Windows商店应用 - 什么应该改变?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要创建一个Windows应用商店应用程序,将与店里原来并存的副本。我打算创建解决方案文件夹的副本,然后在appxmanifest(包装)更改包显示名称。

I need to create a copy of a Windows Store app that will coexist with the original one on the store. I plan to create a copy of the solution folder and then change the package display name in appxmanifest (Packaging).

还有什么我需要改变,以防止冲突?在应用

Is there anything else I need to change to prevent conflicts between the apps?

推荐答案

更改包显示名称是不够的,甚至它不需要 - 你可以有两个应用程序与您的手机上相同的名字。最重要的是命名(适用于的身份的节点)和 PhoneProductId (适用于的 PoneIdentity 的节点) - 它们必须是不同的每个应用程序。你会不会打开轻松地编辑它们的 packageappx.manifest 的通过双击文件,在文件上,而不是点击右键,选择<大骨节病>查看代码和编辑提到的数据:

Changing the package display name won't be sufficient and even it's not needed - you can have two apps with the same name on your phone. The most important is Name (in Identity node) and PhoneProductId (in PoneIdentity node) - they must be different for each app. You won't edit them easily by opening packageappx.manifest file by double click, instead right click on the file, choose View code and edit mentioned data:

<Identity Name="SmthFromStoreWithLittleChange" Publisher="CN=something" Version="1.0.0.0" />
<mp:PhoneIdentity PhoneProductId="082abc73-hereAlsoLittleChange-ea7ea4735fbd" PhonePublisherId="any GUID here" />



记住,每个这样的应用程序都有自己的 LocalData 的文件夹( LocalSettins 的等数据也)。

Remember that each of this apps has its own LocalData folder (LocalSettins and other data also).

这篇关于克隆Windows商店应用 - 什么应该改变?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆