0

I wondered if it is possible to take a screenshot on an iPhone (newest versions of iOS) gloablly (in any app) and save it on a specific app that manages the screenshots and saves them in specific folders instead of the default photo album.

I searched the App Store for such apps but couldn't find anything that suited my needs.

Thx.

Saud
  • 480
  • 1
  • 9
  • 26
  • No since your app can interacte with the system to make a screen shot in the background. – rckoenes Oct 04 '16 at 13:58
  • You can set your app to get all photos from Screenshots file in photo library – 0ndre_ Oct 04 '16 at 13:58
  • @0ndre_ is it possible to make the app recognize screenshots only in some way or does it download all photos? – Saud Oct 04 '16 at 14:00
  • 1
    You can only change screenshot destinations on OSX or in simulator. You aren't alowed to change the destination to anything other than the photo library. You can use `NSNotificationCenter.defaultCenter().addObserverForName(UIApplicationUserDidTakeScreenshotNotification()` for screenshot detection – KSigWyatt Oct 04 '16 at 14:02
  • more info here http://stackoverflow.com/a/18158483/6448167 – KSigWyatt Oct 04 '16 at 14:05

0 Answers0