我已在<Style x:Key="{x:Type ComboBoxItem}" TargetType="{x:Type ComboBoxItem}">
<Setter Property="SnapsToDevicePixels" Value="true"/>
<Setter Property="OverridesDefaultStyle" Value="true"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ComboBoxItem}">
<Border Name="Border" SnapsToDevicePixels="true">
<ContentPresenter
TextBlock.FontSize="14"
TextBlock.Foreground="Black"
TextBlock.FontWeight="Bold" />
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsHighlighted" Value="true">
<Setter TargetName="Border" Property="Background" Value="#B1B1B1"/>
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
上发布了一个应用,其发布时间超过 48 小时前。如果我已登录我的开发者电子邮件帐户,我可以打开我的链接,但是如果它来自其他手机,则说明,
未找到项目。
它已在生产模式下发布,我不确定如何解决此问题。
答案 0 :(得分:3)
您描述的行为是您在Alpha或Beta渠道中部署时的预期行为(并且您的帐户是作为测试人员关联的),但不是在生产中。
以防万一,检查您在发布时是否允许使用适当的国家/地区。
如果你真的在制作并且配置很好,控制台没有显示任何问题,你无法从任何设备看到该应用程序,请联系支持团队。