When creating a Windows Store
application, the error is that the required store images are the wrong sizes.
When building a js-Universal Windows
app, the images are automatically created to an almost appropriate size. The
app asset images are created either in the local build of the man
However, as soon as you prepare the
project for the store, the store check will report an error.
So either the build creation is
incorrect locally or the package check in store is incorrect.
error message
App manifest references image failed the
size restrictions
|
#: UWP, Microsoft Windows Store,
Package, Images
Status: Open:
Failed to build app images
locally
When creating the local
build, the app images are detected as errors.
After manually correcting
the size of the png images with MS Paint, you can build the build without
errors
Example StoreLogo
Visual Studio shows the
default size of 63 pixels x 63 pixels under the local Visual Studio application
If you convert the pixels
to 62 pixels, as required by the MS Store Package exam, then a build error
occurs before the package is created.
ValidationResult with corrected images
Error message ValidationResult
Error Found: The app
resources validation test detected the following errors:
Image reference
"Assets\Store\storelogo.png":
The image "C:\WINDOWS\temp\appcert_1FFC\Microsoft-Programmierer.d.ScreenShottoClipBoard_1.1.11.0_neutral_split.scale-125_7ybgfjdkkdkmr\Assets\Store\storelogo.scale-125.png" failed the size
restrictions of 62 X 62.
Image reference
"Assets\Store\SmallTile.png":
The image
"C:\WINDOWS\temp\appcert_1FFC\Microsoft-Programmierer.d.ScreenShottoClipBoard_1.1.11.0_neutral_split.scale-125_7ybgfjdkkdkmr\Assets\Store\SmallTile.scale-125.png" failed the size
restrictions of 88 X 88.
Image reference
"Assets\Store\SmallTile.png":
The image
"C:\WINDOWS\temp\appcert_1FFC\Microsoft-Programmierer.d.ScreenShottoClipBoard_1.1.11.0_neutral_split.scale-150_7ybgfjdkkdkmr\Assets\Store\SmallTile.scale-150.png" failed the size
restrictions of 106 X 106.
Image reference
"Assets\Store\SampleAppx.150x150.png":
The image
"C:\WINDOWS\temp\appcert_1FFC\Microsoft-Programmierer.d.ScreenShottoClipBoard_1.1.11.0_neutral_split.scale-125_7ybgfjdkkdkmr\Assets\Store\SampleAppx.150x150.scale-125.png" failed the size
restrictions of 187 X 187.
Image reference
"Assets\Store\WideTile.png":
The image
"C:\WINDOWS\temp\appcert_1FFC\Microsoft-Programmierer.d.ScreenShottoClipBoard_1.1.11.0_neutral_split.scale-125_7ybgfjdkkdkmr\Assets\Store\WideTile.scale-125.png" failed the size
restrictions of 387 X 187.
Image reference
"Assets\Store\LargeTile.png":
The image
"C:\WINDOWS\temp\appcert_1FFC\Microsoft-Programmierer.d.ScreenShottoClipBoard_1.1.11.0_neutral_split.scale-125_7ybgfjdkkdkmr\Assets\Store\LargeTile.scale-125.png" failed the size
restrictions of 387 X 387.
Impact if not fixed: The app
might not install if the strings or images declared in your app’s manifest
are incorrect. If the app does install with these errors, your app’s logo or
other images used by your app might not display correctly.
How to fix: Fix the
problem indicated by the error message. See the link below for more
information:
|
package.appxmanifest
The smallTile images are
almost always a pixel next to the generation of generations.
After a manual correction,
you can create the local build of the solution.