Can you get the photos in "Recently Deleted" using PhotoKit?

2k views Asked by At

I've scanned the API and found nothing so far. I'd take a PHAssetCollection for "Recently Deleted", or a way to fetch the individual PHAssets.

I'm not recommending (or disrecommending), but there are some solutions outside the API, and yet possibly still AppStore-passable:

  1. You can use an undocumented smart album id for "Recently Deleted", 1000000201. See this SO question.

  2. You can filter on the text "assetSource=3" in PHAsset.description, See this SO answer.

0

There are 0 answers