'How to use camera in background in iOS

I need to use the camera in background mode for continuous taking images.but as per apple documentation, we could not use the camera in background mode. Is there any alternate solution for fetching camera without opening application.My task is that When user clicked one button, app should be close and taking images continuously.Could you please any one guide me to do this task?



Solution 1:[1]

As the apple documentation say it, it's not possible:

Camera usage is prohibited while in the background.

And I don't think there is any way to do that.

Solution 2:[2]

It's good that apple doesn't allow because it increases risk of apps capturing your moments from background without making you notice. Thus risk to privacy.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 adrgrondin
Solution 2 Fatemeh