1

I need to implement an app that monitors camera use i.e. which app used camera (started/stopped) on iPhone.

my app is going to run in background using apple's background multitasking feature for voip and navigators.

I can use private api as my client doesn't need this app on appstore.

Thanks.

virata
  • 1,882
  • 15
  • 22

1 Answers1

0

Take a look at this private framework: https://github.com/masbog/PrivateFrameworkHeader-iOS-iPhone-5.-/tree/master/ImageCapture.framework

It has some interesting classes (including ICCameraProperties with property locked)

Victor Ronin
  • 22,758
  • 18
  • 92
  • 184