I'm trying to allow my app to open multiple files at the same time - e.g. select multiple with files app, then press "open in [my app]". When I try this, sure enough UIApplicationDelegate openURL fires in my app, but I only get one URL. Is there a way of getting all the files, rather than just one of them?