Greeting,
Trying to certify my UWP app. Runs fine on PC and tablet. Creates package. All tests pass except 2 "stupid" ones:
1) Image reference "logo.png": The image "logo.png" failed the size restrictions of 50 X 50.
Of course, there is nothing called "logo.png" in my project and all the "visual assets" where generated, including the 50x50 images.
2) The application must not declare itself as a framework. The package properties section in the manifest must not contain the following declaration: "true"
Again, nowhere do I specify "" and any attempt to set it to "false" has no effect.
Any help appreciated,
Gerry