Windows Store Error – The package identity associated with this update doesn’t match the uploaded appx:

When submitted your Windows Phone 8.1 Silverlight app to the Windows Phone Store , there are times when you get the below error

The package identity associated with this update doesn’t match the uploaded appx: <Guid>

When submitting the app in to the store , you should take care of the package identity name and the Windows Publisher Name in the Windows Phone store with the one available in the XAP package.

You need to login to the Windows Phone Store account and visit the dashboard . Select the App for which you want to upload the XAP file and from the App info section you would see the information about the app.

image

You need to get the Package identity number and windows publisher and copy it to the respective section in the Package.appxmanifest file under the Identity section.

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn about the Win32 Error “0x000019E5 – ERROR_COULD_NOT_RESIZE_LOG” that you get when debugging system erors in...
In this post, you’ll learn about the error “CO_E_DBERROR 0x8004E02B” that is returned when working with COM based APIs or...
In this post, you’ll learn about the Win32 Error “0x000019D0 – ERROR_LOG_BLOCK_VERSION” that you get when debugging system erors in...