我在清单文件中输入了“显示名称”但是当我将应用程序构建到我的真实设备(Windows Mobile 10)时,应用程序名称未显示在磁贴中(小,中,大尺寸)。 我该怎么做才能解决这个问题? 感谢。
以下是我的清单配置:
<Properties>
<DisplayName>MyApp</DisplayName>
...
</Properties>
<m3:VisualElements DisplayName="MyApp" Square150x150Logo="Assets\Logo.png" Square44x44Logo="Assets\SmallLogo.png" Description="MyApp.WindowsPhone" ForegroundText="light" BackgroundColor="transparent">
<m3:DefaultTile Wide310x150Logo="Assets\WideLogo.png" Square71x71Logo="Assets\Square71x71Logo.png">
</m3:DefaultTile>
<m3:SplashScreen Image="Assets\SplashScreen.png" />
<m3:InitialRotationPreference>
<m3:Rotation Preference="portrait" />
</m3:InitialRotationPreference>
</m3:VisualElements>