Unreal Engine 4 is available for Win10 UWP app dev now

So I got most of the errors fixed. I had to make sure I was submitting a packaged shipping build, as well as checking “Use Retail Windows Store Environment” in the UWP Packaging settings.

However I still get the following error:
Error Found: The app resources validation test detected the following errors:

  • Image reference “Resources\Logo.png”: The image “Resources\Logo.png” failed the size restrictions of 50 X 50.

If I change the Logo.png to 50x50 from 150x150 I get the following error:
Error Found: The app resources validation test detected the following errors:

  • Image reference “Resources\Logo.png”: The image “Resources\Logo.png” failed the size restrictions of 150 X 150.

@ any ideas?