-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
I originally logged this as a support ticket with Microsoft but they told me Microsoft Store doesn't have developer support, so I have to log it here?
Anyway, we are having an issue with our Microsoft Store listing, in the web version of the store the gradient color is one color but the Microsoft Store app it is gray - we are setting it in our appxmanifest like so:
<uap:VisualElements
DisplayName="Ingress"
Description="Ingress"
BackgroundColor="#0ab68e"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square71x71Logo="Assets\SmallTile.png" Square310x310Logo="Assets\LargeTile.png" ShortName="Ingress">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="square150x150Logo"/>
<uap:ShowOn Tile="square310x310Logo"/>
<uap:ShowOn Tile="wide310x150Logo"/>
</uap:ShowNameOnTiles>
</uap:DefaultTile >
<uap:SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="#0ab68e"/>
</uap:VisualElements>
Any idea what we're doing wrong, or is there a bug with the store?
Here are some screenshots with the issues:


Copilot