How to distribute .ipa from expo as AD HOC in iOS

Hi guys,

I faced an unexpected issue (Noob mistake) with Apple, my APP made for a very small company, and only be used by them, has been rejected from app store because, of course, it’s not for the public.

I saw that there is some ad hoc distribution, where you can install directly from a link, you only need basically the UDID of the device.

The problem with TestFlight solution as is you need to update new binaries each 90 days, with Adhoc you won’t.

And my question is, has someone, know, can point me, to where I can get documentation of how to create an Ad Hoc distribution with the expo managed workflow?

Thanks!