-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Description
I have a problem, when I create a Windows App from a .Net Maui App and try to upload it to my Microsoft store (msix file). I get an error in store that the Package Family Name (PFN) is wrong and the Publisher is wrong, even though the Package.appxmanifest seems to have the correct values. The values of the Package.appxmanifest are automatically downloaded, when I publish to the store.
The Package Family Name (PFN) is not directly set in the Package.appxmanifest, but Visual Studio shows me, that it has the right value, like in the bug expected. Also the Publisher seems to be correct, like "CN=4fD3..." but the error shown an another Publisher, the name of my company "Softwa...."
I can execute the .msix file and it works fine. The upload of the file to my store cause the error. I can't find what is wrong.
Steps to Reproduce
- Publish .Net MAUI App (Windows) to the Store -> publish button in Visual Studio 22 (latest version)
- Connect with the store, the values for the app are downloaded to the Package.appxmanifest. The app name was reserved in the store and it is shown as an app in my store
- I try to upload manually the .msix file to the store, but the verification process after downloading shows errors.
Link to public reproduction project repository
No response
Version with bug
9.0.110 SR12
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
Windows
Did you find any workaround?
No response