I'm building an iOS mobile app that needs to be notified whenever the user takes a new picture with the camera of the iPhone (with the phone's default camera app).
I tried to google it, but I couldn't find out if this is possible:
- my app runs in the background
- user takes a new picture with the camera (outside of my app, using the phone's default camera app)
- my app gets notified by NotificationCenter and I can save the picture the user has just taken right after the user took the picture
Swift or Objective-C solution would be good as well. Any help is appreciated, even a yes or no answer (whether it's possible or not)