2

I'm developing an universal iOS app and it has lot of video resources. In order to reduce the size of the app I would like to apply app thinning. I know that it's possible to do it with image resources but I haven't found any documentation about how to it with video resources. In other words, I would like to have video in different resolutions for iPhone and iPad devices.

Is it possible to do it with video resources?

Thanks a lot

jmartinalonso
  • 2,324
  • 1
  • 19
  • 22

1 Answers1

0

I think there is no way currently to decrease size of the video assets drastically. You can look into On Demand Resources if it fits the bill.

Saheb Roy
  • 5,899
  • 3
  • 23
  • 35