Delete in PhotoKit: can you skip "Recently Deleted"?

818 Views Asked by At

As of iOS8, when you delete a photo, it goes into a trashcan-analog called "Recently Deleted". This happens when you delete via Photos.app, or via the PhotoKit API (using PHAssetChangeRequest.deleteAssets()).

In Photos.app, you can then go into "Recently Deleted", and really delete that photo. Is there a way to do that in PhotoKit?

1

There are 1 best solutions below

0
On BEST ANSWER

Nope. The only deletion API is deleteAssets.