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.
1 Answer
I believe that you need to make sure that both CFBundleDisplayName and CFBundleName are set in your info.plist.
2 Comments
Igor Tikka
Thanks. I change
Igor Tikka
I change: <key>CFBundleName</key> <string>$(PRODUCT_NAME)</string> to: <key>CFBundleName</key> <string>AppName</string> It help me
