简体   繁体   English

iOS 11中的Apple Watch上缺少通知图标

[英]Notification icon missing on Apple Watch in iOS 11

Notifications coming from our app in iOS 11 are missing the app's icon when they appear on the Apple Watch. 来自iOS 11中我们的应用程序的通知在Apple Watch上显示时缺少应用程序的图标。

We have the iPhone Notification iOS 7-11 icons in our AppIcon asset, as well as iPad Notifications iOS 7-11, and all of the pertinent spotlight, settings, and app icons for various devices for iOS 7-11. 我们的AppIcon资产中包含iPhone Notification iOS 7-11图标,以及iOS 7-11的iPad Notifications,以及适用于iOS 7-11的各种设备的所有相关聚光灯,设置和应用程序图标。

Any ideas as to what we might be missing? 关于我们可能缺少什么的任何想法? This was working fine in iOS 10 and it stopped working in iOS 11. 这在iOS 10中运行良好,它在iOS 11中停止工作。

正如@Skyborg指出的那样,这似乎是一个watchOS错误,并在watchOS 4.1中得到修复。

Go to AppIcon asset, on the right side, you'll probably see: 转到AppIcon资产,在右侧,您可能会看到:

在此输入图像描述

Change it, say, to watchOS 2.0 and Later . 比方说,改变它观看OS 2.0及更高版本 And you will see that asset is now extended with icons for Apple Watch: 您将看到该资产现在已扩展为Apple Watch的图标: 在此输入图像描述

Upload with Application loader in the latest 8 Version of Xcode did the Trick for me. 在最新的8版Xcode中使用Application loader上传为我做了诡计。 Apple Watch Icons are now on the watch again. Apple Watch图标现在再次出现在手表上。

It should be fixed in iOS 11.1 according to apple 它应该根据苹果在iOS 11.1中修复

Other improvements and fixes 其他改进和修复

Fixes an issue where app icons were not appearing in notifications on Apple Watch 修复了Apple Watch上的通知中未显示应用图标的问题

iOS11.1 changelog: https://support.apple.com/en-gb/HT208067 iOS11.1更改日志: https//support.apple.com/en-gb/HT208067

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM