When trying to run eas update on a build, it works fine, until the end where it logs:
Exported bundle(s) Uploaded 2 app bundles Uploading assets skipped - no new assets found Channel: development pointed at branch: development Signing updates Failed to publish updates
CombinedError: [GraphQL] EAS Update code signing requires a subscription to the EAS
Enterprise plan.
I have access to the ‘Production Plan’, which seems to have the ability to push expo updates, so I do not understand this issue.
Could you please share what version of EAS CLI you’re using (eas --version) as well as what the “updates” section of your app.json or app.config.js file looks like? Specifically, it will help to know if you have a “codeSigningMetadata” field in there.
Thanks Wodin. That has fixed the error when running eas update. However, my main issue is that although the update runs and updates the channel with a new update, and the correct branch is linked, the live app is not updating, even when closing and reopening a few times
Also, I think it helps to have a button to click on to check for and download updates, at least while testing, instead of restarting the app and not being able to see what’s happening.