After my model was deployed to the cloud, I successfully downloaded the model collection through the beginAccessingModelCollectionWithIdentifier:completionHandler: API for the first time. Then I delete the app, install and fetch again, it will fail to download with timeout error.
Why can a model deployed to the cloud be downloaded only once?
I have the same issue.