Document Picker not working in an IOS device

Please provide the following:

  1. SDK Version: 44.0.0
  2. Platforms(Android/iOS/web/all): IOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Hello, I have been working on an app for my client which provides uploading specific documents. My previous co-developer uses expo-document-picker for uploading documents and when I was testing to an IOS Simulator, it never worked. I have followed this documentation on how to manage icloud also: DocumentPicker - Expo Documentation but it seems it never worked… I have also included some specific app.json for icloud like I included usesIcloudStorage and the plugins… I dont know why it is never worked

 "ios": {
      "supportsTablet": true,
      "usesIcloudStorage": true,
      "bundleIdentifier": "com.appcompanyname.appname",
      "plugins": [
        [
        "expo-document-picker",
        {
          "appleTeamId": "the companyteam id",
          "iCloudContainerEnvironment": "Production"
        }
      ]
    ]

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.