Where does iCloud source the app name that it displays in the iCloud preferences?
- iOS:
Settings.app > iCloud > Storage & Backup > Manage Store > Documents & Data
- OSX:
System Preferences > iCloud > Manage ...
I know that iCloud will list an app as "Unknown" with a blank icon initially (and that did happen in my case), however my app is now appearing in this list by its 'internal' name rather than its 'pretty' name (the app update containing iCloud is not yet submitted so this is doubly strange).
My gut says that the name would be defined as part of the CFBundleDocumentTypes
or UTExportedTypeDeclarations
sections in my app's info.plist
but the name iCloud's using only appears in the UTI values there. Nor does the iCloud value match the app's CFBundleDisplayName
or the description attached to the App ID in the provisioning portal.