Seller Verification Configuration for App

You must first install Classified Listing – Seller Verification Plugin in web and configure it following this Documentation.
After configuring the web plugin, follow the below instructions for app configuration (iOS only).

1. First open app.json file. Include the following in the plugins

      [
        "expo-document-picker",
        {
          "appleTeamId": "N87YN87H",
          "iCloudContainerEnvironment": "Production"
        }
      ]

Here input your apple developer team id. You’ll get this from apple developer account.

2. Now insert the following inside ios object

"usesIcloudStorage": true,

3. Now login to your Apple Developer account and open ‘Certificates, IDs and Profiles’



4. Now select your app ID from the list

5. Scroll down and select iCloud and make sure to include CloudKit support. And press save.

6. Now click configure button.
7. Click Register an iCloud Container



8. Give it a name and an identifier. Identifier can be iCloud.yourappid (e.g. iCloud.com.classima). Click Continue



9. Now Click Register



10. You’ll be redirected to previous page. Here scroll down and Click Edit button beside iCloud option



11. Now select the iCloud Container you’ve created in previous step and Click Continue.



12. Now Click Save and then click Confirm.





13. Before proceeding with this step, make sure you’ve build the iOS app once.

– After completing the above step, finally build your iOS app running the following command
eas build -p ios




Note : Document picker for seller verification will not work in iOS simulator.