Known issues¶
Open items we know about, in the spirit of Alamofire's radar list. Each one has a workaround.
| Area | Issue | Workaround | Status |
|---|---|---|---|
| Google Drive | Resumable uploads (above 5 MB) are verified against mocked Drive responses only | Keep an eye on the first large upload from a real device | Open until a device pass |
| Google Drive | App-data counts against the user's quota | Tell users in your settings copy | By design (Google) |
| iCloud Drive | Placeholder files report size == -1 until downloaded |
prefetch() before reading |
Documented |
| CloudKit | Production has no schema until deployed | Deploy from the console before the first TestFlight build | Documented in setup |
| CloudKit | One asset per save, container quota | Keep files under a few MB each | By design (Apple) |
| Simulator | No iCloud without a simulator login | Sign in on the simulator, or test on a device | By design (Apple) |
| RestoreEngine | Marked @ExperimentalRestoreApi until a store build has restored on a device |
Opt in; the API is stable in shape | Vocabloot 1.2 is the first store build |
| Sample | The USE_CLOUDKIT switch has not run on a device |
Use the iCloud Drive default | Open |
Found another? Open an issue.