I'm trying to add iCloud Drive support to one of my apps, but it looks pretty tough using Apple's APIs.
I notice that on my Mac, I can access my iCloud Drive storage just like any other directory, via ~Library/Mobile Documents/com~apple~CloudDocs.
Is there an Apple-supported way to just access iCloud Drive (via iOS) using standard C or C++ file IO functions?
Thanks in advance!
I notice that on my Mac, I can access my iCloud Drive storage just like any other directory, via ~Library/Mobile Documents/com~apple~CloudDocs.
Is there an Apple-supported way to just access iCloud Drive (via iOS) using standard C or C++ file IO functions?
Thanks in advance!