Flutter Camera – Is it possible to take a photo while app is running on background?

I want to make an app that take a photo in specific time, 3:00PM everyday, for example.

My design of the app is

Run my app on background -> get current time -> take a picture from camera if current time == desired time

I found the library named flutter_background_video_recorder but it says it is not available for iOS.

Is there any library to accomplish this object ? Any advice is very graceful .

  • No, not any any modern consumer operating system. That would be a huge privacy concern.

    – 

No,iOS has strict permission limit.
Even Android devices may end up in the background

I think it is not possible, even if it did, apple will reject your app submission.

Leave a Comment