我的应用显示名称与通知中心的名称不同

My app display name is different with name in notification center

我的 bundle 和 sophia.music 一样,但我在 Bundle display name 中将我的显示名称更改为“音乐”并且它工作正常。 但是,当我收到通知时,我在通知中心查看通知,它仍然显示音乐。我该如何改变它?有什么意见吗?

要更改应用程序名称,请在 info.plist 文件中设置 CFBundleDisplayName 值:

<key>CFBundleDisplayName</key>
<string>New app name here</string>

以这种方式指定的名称将显示在应用程序图标下的设备上。 推送通知服务取决于应用程序包 ID CFBundleIdentifier。 所以你不需要重新生成证书。

按照以下步骤更改名称:

  1. 转到目标设置
  2. Select 构建设置
  3. 搜索"product name"。它可以在 Packaging header
  4. 下找到
  5. 在这里写下你的名字