|
|
|
|
|
by malandrew
4393 days ago
|
|
"It's all of Apple's cloud offerings, including email,
contacts, calendars, iWork, backup, document
synchronization, data-specific synchronization of various
things like keychain and mail accounts, photos (storage,
syncing, and galleries), it even covers their services
like Find My iPhone."
Yes, but almost all those APIs are made available as a cloud offering to Apple software only. Third party developers are only afforded the ability to interface with most of these APIs via APIs in FoundationKit.If I can only get access to this stuff via an API on the device, then it is not really cloud API. It's not like Apple is making these APIs available to developers via something like REST. The only ones that are available are those that have a strong open standard that Apple can't wall gardenify like IMAP/SMTP, CalDAV and CardDAV. |
|
Also, there's no such thing as "FoundationKit". There's a framework Foundation.framework, but most of the iCloud-related APIs live elsewhere.