Issue
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
Solution
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
Answered By - Hardik Thakkar Answer Checked By - Robin (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.