4

I want to delete the photos which are saved in camera-roll is it supported in iphone ..? any info..?

BenMorel
  • 34,448
  • 50
  • 182
  • 322

2 Answers2

5

This is supported in iOS8, but will always ask the user for permission:

https://developer.apple.com/library/ios/documentation/Photos/Reference/PHAssetChangeRequest_Class/index.html#//apple_ref/occ/clm/PHAssetChangeRequest/deleteAssets:

Gavin
  • 6,495
  • 3
  • 21
  • 22
2

I don't think this is supported by iOS. Here's a link to the developer documentation for the Assets Library:

http://developer.apple.com/library/ios/#documentation/AssetsLibrary/Reference/AssetsLibraryFramework/_index.html

I don't see any affordances for deleting photos.

Ryan
  • 16,626
  • 2
  • 23
  • 20