【发布时间】:2012-03-31 16:35:39
【问题描述】:
iCloud 从哪里获取它在 iCloud 首选项中显示的应用名称?
- iOS:
Settings.app > iCloud > Storage & Backup > Manage Store > Documents & Data - OSX:
System Preferences > iCloud > Manage ...
我知道iCloud will list an app as "Unknown" with a blank icon initially(在我的情况下确实发生了),但是我的应用程序现在以其“内部”名称而不是“漂亮”名称出现在此列表中(包含 iCloud 的应用程序更新尚未提交,所以这很奇怪)。
我的直觉说,该名称将被定义为我应用程序的info.plist 中CFBundleDocumentTypes 或UTExportedTypeDeclarations 部分的一部分,但 iCloud 使用的名称仅出现在 UTI 值中。 iCloud 值也与应用的 CFBundleDisplayName 或供应门户中附加到应用 ID 的描述不匹配。
【问题讨论】:
标签: ios sync icloud info.plist uti