Reputation: 499
I had created an app using AppStudion and later modified it. After completion I had published it on windows phone store, but it display the app version as 2014.1012.1035.4168
. I want to change it to something like 1.1.0.3
, but it won't let me do it.
The input fields are disabled for changing app version are disabled.
I have changed the version to 1.1.0.3
in package.appmanifest also
What am I doing wrong?
Upvotes: 1
Views: 439
Reputation: 29792
The strange version stands for appx bundle and you cannot edit it - it's created by the Store.
The app after submission should show up with correct version depending on the device.
Here is also reference to Rob Caplan's answer.
For sure the correct version will be after you install the app - get your App ID from Package.ID it will be 1.1.0.3
.
Upvotes: 1