Questions tagged [icloud-photo-library]

Should be used for questions relating to issues around downloading and or editing photos from the iCloud Photo Library using PhotoKit on iOS

iCloud Photo Library is a product for Apple's iOS and OS X devices to store a user's entire photo library in the cloud and synchronise it between devices.

6 questions
52
votes
3 answers

Determine largest PHAsset image size available on iOS device

How can I determine the largest PHAsset image size that is available on an iOS device, where by "available" I mean currently on the device, not requiring any network download from iCloud Photo Library? I've been developing an app where a collection…
mluisbrown
  • 14,448
  • 7
  • 58
  • 86
1
vote
0 answers

objective c fetch metadata for Images and video in iCloud without downloading the media File

I have the following code that provides me access to metadata of a Video File that maybe saved locally or in iCloud. I am not sure if this is the best way to get access to only the metadata without downloading the Video file. PHVideoRequestOptions…
Curious101
  • 1,538
  • 2
  • 18
  • 36
0
votes
1 answer

MLMediaLibrary - Displaying the Photo Library -Swift Code Wrong - macOS

Trying to show photos from the Photo Library. The Apple Sample Code below does not work properly. It doesn't wait for the notifications but tries to launch the collection view which crashes at Number of Items in Section because there is no photo…
John
  • 538
  • 4
  • 18
0
votes
0 answers

How iOS deleted photos can reappea

On iOS 11 I had iCloud Photo Library turned on. * I deleted a couple hundred photos. * I deleted all in the recently deleted photos folder * I turned off iCloud Photo Library (other devices were still using it, so undeleted photos remained other…
JAyenGreen
  • 1,385
  • 2
  • 12
  • 23
0
votes
2 answers

Open iCloud Pics in my app

I have to show all the iCloud picture in my app. So i have to use those photos for further actions. Is there any framework which i have use to implement the iCloud functionality. I have checked the various codes and tuts but not able to get the…
PAn Kaj Khatri
  • 539
  • 1
  • 6
  • 22
0
votes
1 answer

PHAsset fetch returns 50% of the collection as nil

When I take a PHAssetCollection and give it to PHAsset.fetchAssetsInAssetCollection:options I am given back a collection of PHAssets. For every UIImage given back to me, there is a nil value given back as well. The following is my…
Johnathon Sullinger
  • 7,097
  • 5
  • 37
  • 102