Thanks for being a part of WWDC25!

How did we do? We’d love to know your thoughts on this year’s conference. Take the survey here

Will transferring app affect iCloud's Documents folder access?

My app uses iCloud to let users sync their files via their private iCloud Drive, which does not use CloudKit.

FileManager.default.url(forUbiquityContainerIdentifier: nil)?.appending(component: "Documents")

I plan to transfer my app to another developer account, but I'm afraid it will affect the access of the app to the existing files in that folder. Apple documentation doesn't mention this case.

Has anyone done this before and can confirm if the app will continue to work normally after transferring?

Thanks

Will transferring app affect iCloud's Documents folder access?
 
 
Q