I'm hosting multiple AR models on my website. For iOS I've got the AR models (.usdz) set up so they can be accessed directly via the browser.
One of the problems I run into is security of the AR models. I want to prevent users from being able to download them:
- On iOS, the AR models are automatically opened in Apple's AR Quick Look. It's probably also possible to download the underlying models, but this feature isn't easily accessible.
- Via Android (I know .usdz isn't the right file format) and MacOS/Windows it's easy to download the .usdz models by clicking on the link
Is there a way to protect the files so they can be accessed in AR Quick Look, but not downloaded in any way?