Update App Store App Preview

My App has been published and shows as Ready For Sale in the App Store. To update the App Preview video I need to create a new version as per the App Store policy. I wonder if this will create any problems in future updates using Expo.
Thanks

Hey @cmopp,

You can run expo build:ios --no-publish which will prevent pushing out a new OTA update but still allow you to make bump versions in the binary.

Cheers,
Adam

Thanks, Adam,
That’s exactly what I was looking for. This way future publications will be in sync with App Store.

Carlos

1 Like

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