EAS channel not connecting

Please provide the following:

  1. SDK Version: 46
  2. Platforms(Android/iOS/web/all):all
  3. Add the appropriate “Tag” based on what Expo library you have a question on. EAS channel

I’m not seeing updates to my testflight app.
Steps:
the eas.json:

{
“cli”: {
“version”: “>= 2.1.0”
},
“build”: {
“development”: {
“developmentClient”: true,
“distribution”: “internal”,
“channel”: “development”
},
“preview”: {
“distribution”: “internal”,
“ios”: {
“channel”: “ios_sdk46staging”
},
“android”: {
“channel”: “android_sdk46staging”
}
},
“production”: {
“ios”: {
“channel”: “ios_sdk46production”
},
“android”: {
“channel”: “android_sdk46production”
}
}
},
“submit”: {
“production”: {}
}
}


-I ran eas build --platform ios
-The build is showing up on expo.dev…/builds with profile “production” and channel “ios_sdk46production”
-I run eas update --platform ios --branch “production”

and the update does not show in the app next time I open it.

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