PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, July 16, 2022

[FIXED] How to change Facebook confirmation dialog project name?

 July 16, 2022     facebook, facebook-login, swift, xcode     No comments   

Issue

How to change below project name?

enter image description here

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

enter image description here

Facebook Setting

enter image description here


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

enter image description here



Answered By - Hardik Thakkar
Answer Checked By - Robin (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing