Einzelnen Beitrag anzeigen

philipp.hofmann

Registriert seit: 21. Mär 2012
Ort: Hannover
859 Beiträge
 
Delphi 10.4 Sydney
 
#1

Windows-Store-Logo der App zu klein und mit blauem Hintergrund

  Alt 5. Aug 2022, 07:12
Hi,

habt ihr eine Ahnung, wie ich das Windows-Store-Logo der App beeinflussen kann?
Im angehängten Screenshot die rechte Variante, die linke Variante ist die richtige Darstellung von der Installer-Version.
Im App-Store sind auch nur transparente Logos ohne Rand hinterlegt.

Code:
<?xml version="1.0" encoding="UTF-8"?>
<Package
   xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
   xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
   xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities">
  <Identity Name="29436icTrainer.icTrainer"
   ProcessorArchitecture="x64"
         Publisher="CN=EA2AAE42-22AC-4CF1-A87D-D739FB6954DF"
         Version="1.1.42.0" />
  <Properties>
    <DisplayName>icTrainer</DisplayName>
    <PublisherDisplayName>Indoor Training UG</PublisherDisplayName>
    <Description>icTrainer</Description>
    <Logo>Assets\Logo44x44.png</Logo>
  </Properties>
  <Resources>
    <Resource Language="en-US" />
  </Resources>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.18362.0" />
  </Dependencies>
  <Capabilities>
    <rescap:Capability Name="runFullTrust" />
  </Capabilities>
  <Applications>
    <Application Id="com.icTrainer"
            Executable="icTrainer.exe"
            EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements BackgroundColor="transparent"
            DisplayName="icTrainer"
            Square150x150Logo="Assets\Logo150x150.png"
            Square44x44Logo="Assets\Logo44x44.png"
            Description="icTrainer" />
    </Application>
  </Applications>
</Package>
Zwei Punkte sind bei mir aktuell falsch:

a) Das Logo wird mit blauem Hintergrund dargestellt, ich hätte gerne transparent. Ich habe daher BackgroundColor="transparent" eingestellt, weil dort zuvor #464646 eingestellt war.
b) Das Logo ist viel zu klein und weger Logo150x150.png noch Logo44x44.png haben einen Rand.

Grüße, Philipp
Miniaturansicht angehängter Grafiken
windowstorelogos.png  
  Mit Zitat antworten Zitat