Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法让应用程序在推送通知(警报)的标题中使用应用程序名称而不是捆绑 ID。横幅正常并显示应用程序名称和应用程序图标。但是警报使用 bundleID。
iOS 有一个用于推送通知设置的缓存(它们的提示、名称等),它会不时刷新。尝试更改日期(提前一天)和/或重新启动设备,这将使缓存无效并显示正确的名称。
默认情况下,PushNotification 中的警报视图标题显示来自 info.plist 的“捆绑显示名称”。