Facing issue related to CFBundleDisplayName ?

Hi,

I submitted App in Appstore From Appcenter. But it got Failed due to following issue :


ITMS-90783: Missing bundle display name - The Info.plist key CFBundleDisplayName is missing or has an empty value in the bundle with bundle identifier 'xxxxxxxxx'.


I googled and found that we need to add New field in info.plist.


<key>CFBundleDisplayName</key>

<string>$(PRODUCT_NAME)</string>


But earlier we are not facing this issue.

Is it mandatory now to add CFBundleDisplayName ? also want to confirm can i declare same string in CFBundleDisplayName and CFBundleName . ie. $(PRODUCT_NAME).


Please help.

Thanks in Advance.

Hi, I'm experiencing the same issue, I checked the .plist configuration and also is valid and in the developer account, the bundle id exists and is the same that in XCode project.


I appreciate if you have any update regarding this issue.


Thanks in advance.


Julian.

Facing issue related to CFBundleDisplayName ?
 
 
Q