Gopal iOS
Gopal iOS

Reputation: 97

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?

Upvotes: 2

Views: 7103

Answers (1)

adrgrondin
adrgrondin

Reputation: 668

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.

Upvotes: 12

Related Questions