Bundle identifier in IOS "Wants to Use "facebook.com" to Sign in

Please provide the following:

  1. SDK Version: 40.0.1
  2. Platforms(Android/iOS/web/all): IOS

Hi there, I’m using expo-facebook in bare mode. When I call to login to facebook with:

        await Facebook.initializeAsync({
            appId: 'XXXXX',
            appName: "XX XXXX"
        });

The popup from IOS says “SJK99TDD4” Wants to Use “facebook.com” to Sign In.

I can’t find where I can change from the bundle ID to the App name. I’m assuming the SDK is getting this from somewhere, but cannot track it down. I did not setup expo-facebook before ejecting, so there is nothing in app.json that would be changing this. I’m assuming it’s something I need to change in XCode.

expo-facebook does work though, I can login succesfully etc.
Thanks,
Justin

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.