Search code examples
windows-phone-8windows-phone-8.1

Windows Phone Silverlight 8.1 project app submission error


I submit a test Windows Phone Silverlight Project 8.1 and get this error when submit

The package identity associated with this update doesn't match the uploaded appx: "2e740376-677c-4df8-b1af-95b72863f017"

Windows Phone 8.0 project dont meet that error. Any suggestion? Thanks


Solution

  • I ran into the same problem, but the solution is simple - the Package identity name and Windows Publisher Name in Windows Store Dashboard must match with the values inside the uploaded xap package.

    You can find these values in the Windows Store Dasboard in the App identity section:

    Windows Phone Dashboard

    You then need to copy and paste these values inside your Package.appxmanifest file. Note you have to open this file using text editor. These values are not editable using the UI editor:

    enter image description here