ios test flight - facebook login does not work

hello, using expo-facebook in expo start emulator works perfectle… but when the app .ipa is in test flight i cant login, and the error es “you need to provide facebookAppId, and those info are in the infoplist”.

These happend in IOS >= 13

“ios”: {
“usesAppleSignIn”: true,
“supportsTablet”: true,
“bundleIdentifier”: “com.mispichos.clientes”,
“config”: {
“googleMapsApiKey”: “"
},
“infoPlist”: {
“facebookAppId”: "500506
***”,
“facebookScheme”: "fb500506********,
“facebookDisplayName”: “MisPichos.com”,
“NSLocationAlwaysUsageDescription”: “Te pedimos tu ubicación en caso de que estés en el domicilio de entrega, así es más rápido.”,
“LSApplicationQueriesSchemes”: [
“fbapi”,
“fb-messenger-share-api”,
“fbauth2”,
“fbshareextension”
]
}
},

Expo CLI 3.9.1 environment info:
System:
OS: macOS 10.15.1
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 12.8.1 - /usr/local/bin/node
Yarn: 1.19.2 - /usr/local/bin/yarn
npm: 6.10.2 - /usr/local/bin/npm
IDEs:
Xcode: 11.1/11A1027 - /usr/bin/xcodebuild
npmPackages:
@storybook/react-native: ^5.2.8 => 5.2.8
expo: ^35.0.0 => 35.0.1
react: 16.8.3 => 16.8.3
react-native: https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz => 0.59.8
react-navigation: ^3.12.1 => 3.13.0
npmGlobalPackages:
expo-cli: 3.9.1

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