I have an app that can open files shared with it. If I select multiple files in the iOS Files app and share them with my app, my UIApplicationDelegate's open url
handler is called once with the URL of the first file. The remaining files are not reported to my delegate. Does anyone know how to get the obtain the URLs of all the shared files?
I need a solution for iOS 11 and above.