How to see if assets are uploaded after eas build / submit for iOS

  • Whether you are bare or managed workflow > Managed
  • Your eas-cli version > eas-cli/0.52.0 darwin-arm64 node-v16.0.0
  • What you have tried so far > Looked at EAS logs, nothing found

I use expo-av to play mp4 videos in my app. The videos play fine on the simulator and also on Expo Go. When deploying it to a TestFlight app the videos don’t play. It just shows a white space.

How can I see if the video assets are actually updated?

Also, any idea how to debug this?

Thanks!