iOS Login Prompt Uses Bundle Name Unfollow

不问归期 提交于 2021-02-19 08:27:31

问题


When using Unity Facebook SDK version 7.18 on iOS, the login permission prompt on iOS seems to be using the Bundle Name (CFBundleName) instead of Bundle Display Name (CFBundleDisplayname) in Info.plist. The FacebookDisplayName is also set, but it is not using that. Bundle Name by default is set to $(PRODUCT_NAME), but I don't think we'd want to change PRODUCT_NAME or Bundle Name. What is the proper way to change or localize the app name shown in this dialog?

FB Login Dialog text:

"App Name" Wants to Use "facebook.com" to Sign In.

This allows the app and website to share information about you.

Cancel Continue

来源:https://stackoverflow.com/questions/61146747/ios-login-prompt-uses-bundle-name-unfollow

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!