I have a problem with the iPhone app's Document folder with the iCloud Location on Files App. My app's document folder appears on the Files App's Device side but it is not appearing on iCloud location of Files App. The iCloud dashboard clearly shows the iCloud container created as default one with my App but it is not appearing on iPhone's Files App. How can I make my iPhone App's documents folder appear on iCloud location of Files App?
I have installed iCloud
default container in XCode for iPhone app project.
And I added the UIFileSharingEnabled
as YES and LSSupportOpeningDocumentsInPlace
as YES to my plist file.
So I can see my app's Document folder in the Devices side on Files App of iPhone, but can't see that folder on iCloud drive side.
I have added the iCloud item to this app's provisioning on the apple developer account so I could edit its Capabilities and made all the iCloud checkboxes on.
So I can get the url for UbiquityContainer
on XCode.
But when I tried with iCloudDocumentSync
library's iCloud.shared()?.checkAvailability()
function it says that iCloud url is nil so can't get iCloud availability.
I hope you to help me to configure my App Project's Cloud Settings so My App Documents Directory appear on the iCloud Drive and I can use the CloudKit properly. Thank you.