Hi,I found this documentation: How do the Mobile SDKs determine the App
ID?It states that for the App ID the value of CFBundleName within the
application bundle is taken. If it is empty, CFBundleDisplayName is
used.So the CFBundleDisplayName is a fallback for CFBundleName.I would
like to know the motivation behind this behavior as Apple acts the other
way around:Apple says about CFBundleName: "This name can contain up to
15 characters. The system may display it to users if CFBundleDisplayName
is...