I'm trying to understand if there is any permission needs to be granted when an app try to access iCloudDrive (In my case: READ only access is needed)? From the documentation and the archive document, I understand client does not require to request any permission in accessing the files.
In my case:
I'm using react-native-document-picker in my application. At the moment, I can access iCloudDrive without any permission request. Finding this weird since we are accessing the documents from user, why isn't there a permission request?
Hopefully to get a bigger picture here.