"ios" wants to use "Facebook" to sign in

Please provide the following:

  1. SDK Version: 42
  2. Platforms(Android/iOS/web/all): ios

i have my own auth service set up and it all works fine, but my production app says “ios” wants to use… i can’t figure out why it’s saying “ios” and not “Maple” which is my app name set in the config. please help!

this is my eas.json file (with keys removed)

{
  "build":{
    "production":{
      "distribution":"store",
      "env":{
        "BUNDLE_ID_IOS":"com.growmaple.ios",
        "BUNDLE_ID_ANDROID":"com.growmaple.android",
        "BASE_URL":"https://www.growmaple.com",
        "APP_NAME":"Maple",
        "EXPO_SLUG":"maple-client",
        "ICON_NAME":"Icon_Production.png",
        "ADAPTIVE_ICON_NAME":"Adaptive_Production.png",
        "LINKING_SCHEME":"grow-maple",
        "BUILD_TYPE":"production"
      }
    },
    "qa":{
      "distribution":"internal",
      "env":{
        "BUNDLE_ID_IOS":"com.growmaple.ios.qa",
        "BUNDLE_ID_ANDROID":"com.growmaple.android.qa",
        "APP_NAME":"Maple (QA)",
        "EXPO_SLUG":"maple-client-qa",
        "ICON_NAME":"Icon_QA.png",
        "ADAPTIVE_ICON_NAME":"Adaptive_QA.png",
        "LINKING_SCHEME":"grow-maple-staging",
        "IS_STAGING":"true",
        "BUILD_TYPE":"qa"
      }
    }
  }
}

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