本文介绍了提交给Windows Phone Store的版本号有误.有可能纠正这个问题吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将应用程序部署到Windows Phone商店,并且所部署的版本号与应用程序清单中的版本号不同.

I deployed an app to the Windows Phone Store and the version number that got deployed is different than the version in the app manifest.

已部署的版本类似于2014.MMDD.ABC.XYZ

The version that got deployed is something like 2014.MMDD.ABC.XYZ

应该是1.0.0.0.

It should have been 1.0.0.0.

为什么要更改版本号,并且可以将其更改为应该的版本号?

Why was the version number changed, and is it possible to change it to what it should be?

推荐答案

根据线程,这是应用程序捆绑包的预期行为.

According to this thread this is expected behaviour for app bundle packages.

Rob写道:

钟ill写道:

这篇关于提交给Windows Phone Store的版本号有误.有可能纠正这个问题吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 19:03