iOS Login Prompt Uses Bundle Name Unfollow
问题 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"