How to cache iOS development/preview builds

I often find myself needing to re-build the development and preview builds for my projects because they expire. This could get expensive pretty fast, and is wasteful because they are identical.
How can I cache these builds, in such a way that I retain the ability to load them onto the iOS devices on my adhoc device list?
There is no mention of this in the docs that I can find.

hi there! this is good feedback. we will look into bumping the retention time for builds that aren’t intended for app stores.

1 Like

That would be awesome, and better yet would be a method to enable me to save them offline and use them later. Sometimes I come back a year later and rebuild the exact same app. Googling around a little there is a method using iTunes :flushed: … if it is possible to make the EXPO method portable that would be ideal.