I have an issue updating my UWP app on Windows store. The issue is on the level of Visual studio (for windows). The description of the issue is the following:
Error info: error 80080204: The package with file name "MyApp_VersionNumber_x64.msix" and package full name "PackageName_VersionNumber_x64__Suffix" is not valid in the bundle because it has a different package family name than other packages in the bundle. The expected publisher is CN=PublisherName. AppName Prefix_Path\AppName\MakeAppx
The context is the following:
- I update the app source code, then I associated the app in the store with the one updated.
- In the windows related to the Application packages creation: a. I choosed the distribute the application in windows store b. Next, I choosed to always generate the application bath. (When I choose not to generate, it is impossible to publish the update because appxbundle is missing) c. I selected the build x86, x64 and ARM like I did before d. Finally I launch the creation to get the error above.
I followed multiple possible answer but nothing works. Can someone helps me to overcome this issue?
Regards.