How to restrict access to internal builds?

Currently, after building with “distribution”: “internal”, anyone with the url will be able to access the android build file.

How do I restrict access of this?

Thank you

this is intentional, they work similar to “unlisted” videos on youtube - you can link to them, but it would be near impossible to guess the url, so you can only really access it if you have a link. this is designed this way so that you don’t have to sign in on your mobile device (you may not even have an expo account!) to access the build. if you would rather this not be possible, you can do a store build that is an apk. for ios, there is not another alternative at the moment however.