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.