iCloud Documents content is kept during App Transfer?

Hello,

we are planning to migrate an app that uses iCloud documents to store some documents that the user can upload/download and modify.

In the official overview of App Transfer here, there are information related to CloudKit Containers and KVS but nothing related to iCloud Documents.

The content of iCloud Documents is accessed using FileManager.default.url(forUbiquityContainerIdentifier: containerID) where the containerID has the form iCloud.com.things.things, even if in the official documentation it is written that the identifier must be prefixed with the Team ID.

With this ID the storage works properly and we never experienced problems.

Do you know if migrating an app with this functionality can be problematic? Do you know if the Team ID is somehow used even if not explicitly passed in the call to the function?

Thank you and have a nice day!