Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 2.01 KB

package-errors.md

File metadata and controls

42 lines (23 loc) · 2.01 KB

Fixing common errors in Microsoft Store app submissions

This guide describes how to fix errors you may receive when uploading your PWA app package.

Be aware most of these issues are due to using the incorrect publisher information. Get the correct publisher info.

"Invalid package publisher name"

This error indicates that you need to rebuild your PWA app package with the correct publisher. How can I find my publisher ID?

"Invalid package identity name" / "Invalid package family name"

These two combined errors, Invalid package identity name and Invalid package family name, can be fixed by rebuilding your PWA app package on PWABuilder with the correct package ID.

In the above error message, the expected package ID is 42541MyCompany.MyAwesomePwa - go to PWABuilder and rebuild your package with the correct package ID:

"This package's manifest uses a display name that you have not reserved"

This means the app name you used when generating your app package on PWABuilder doesn't match the app name reserved in Partner Center.

The app name in Partner Center...

...must match the app name you used on PWABuilder:

Need more help?

We're here to help. You can open an issue and we'll help walk you through it.