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.