PhotoKeeper icon indicating copy to clipboard operation
PhotoKeeper copied to clipboard

iCloud doc data not always loaded from other devices

Open BrainFeverMedia opened this issue 9 years ago • 0 comments

To recreate the load fail scenario: Create a doc on one device. Open app on another device. The app will see the new doc but in the method loadDocAtURL, doc openWithCompletionHandler will complete but not have any doc data or metadata. Always check that a doc's metadata != nil before adding it to the table. Usually, the data will successfully load a few seconds later.

BrainFeverMedia avatar Feb 23 '16 00:02 BrainFeverMedia