skip to Main Content

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 .

2

Answers


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

    Login or Signup to reply.
  2. No,iOS has strict permission limit.
    Even Android devices may end up in the background

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search