I upload my application to the store and passed the certification process and its already in the store(hidden because is a enterprise app).
When i search the app in the store its there but i cannot see the icon of the app, just the preview images. Where can i update that information? I also would like to update the preview images but i cant find it neither in the dashboard.
In case you need it, here its the AppManifest.xml
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
<Identity Name="...."
Version="1.0.0.0"
Publisher="...." />
<Properties>
<DisplayName>MyAppName:D</DisplayName>
<PublisherDisplayName>meOfCourse</PublisherDisplayName>
<Logo>company_logo.png</Logo>
</Properties>
<Prerequisites>
<OSMinVersion>8.0</OSMinVersion>
<OSMaxVersionTested>8.0</OSMaxVersionTested>
</Prerequisites>
<Resources>
<Resource Language="en-us" />
<Resource Language="es-do" />
</Resources>
<Applications>
<Application Id="app" StartPage="Authentication.xaml">
<VisualElements DisplayName="appName" Description="asdf"
Logo="company_logo.png" SmallLogo="company_logo.png"
ForegroundText="dark" BackgroundColor="#FFFFFF">
<SplashScreen Image="company_logo_splash.png" />
</VisualElements>
</Application>
</Applications>
</Package>
Note: I'm sorry if this not the correct place to ask this. If is not, please guide me where should I.
答案 0 :(得分:0)
您只需更新图像并再次提交申请即可。只需验证您的图标图像是否与所需尺寸完美匹配。此外,在提交时图标图像下方,有一个复选标记“生成其他分辨率的图标”,如果您没有提交所有图标并且只是为了获得最高分辨率,则可能需要这些图标。(它会从最大的图像中适当调整大小)。
如果之后也没有帮助,那么您需要联系该应用商店的服务台。