How to change below project name?
Here are some configurations I already did but still showing my previous project name.
<key>CFBundleDisplayName</key>
<string>ABCD</string>
<key>FacebookDisplayName</key>
<string>ABCD</string>
EDIT
Facebook Setting
Here is a solution of your question just change in info.plist (Tested code)
<key>CFBundleName</key>
<string>ABCD</string> //Name you want to display
Here is 2 solution of your question just change in info.plist (Tested code)
Method 1 ( for name other than app name)
<key>CFBundleName</key>
<string>ABCD</string>
Method 2 ( for same as app name set in Your_Project => Build settings => Packaging => Product name )
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With