2

I changed the AppName. Previous name was Clark, current name is Mobify. However Facebook login dialog shows the older AppName. It is a react-native app.

enter image description here

1
  • Can you please add more information to your question please? Can you add source code? Commented Jul 24, 2020 at 9:03

1 Answer 1

2

I believe that you need to make sure that both CFBundleDisplayName and CFBundleName are set in your info.plist.

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks. I change
I change: <key>CFBundleName</key> <string>$(PRODUCT_NAME)</string> to: <key>CFBundleName</key> <string>AppName</string> It help me

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.