I am using the fully managed expo workflow. I am trying to figure out how to use eas update
to push updates to TestFlight on ios
.
I have linked all channels to my main
branch, the update is pushed successfully - however, I don't think it has updated the app within TestFlight.
eas.json
{
"cli": {
"version": ">= 0.60.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"channel": "development"
},
"preview": {
"distribution": "internal",
"channel": "preview"
},
"production": {
"channel": "production"
}
},
"submit": {
"production": {}
}
}
I had the same problem and managed to fix it in this way:
eas update:configure
and follow all the steps.
eas build --profile production
– don't forget to increase the build number
eas submit -p ios --latest
in order to have the last build on testflight and also make sure you update the app in your phone.
eas update
after this, force close the app 2-3 times and you'll see the changes.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With