javascript - Is there a command to keep the iPhone camera recording? -


basically, have idea app, iphone camera keep recording video when user doing else (like checking twitter, example) spy cam. have many coding solutions available

is there way can code either html5 ,css, javascript or xcode?

ios not allow run camera in background. because once each app enters background state, has short time wrap-up it's processes , prepare suspended (ios conserve memory).

from apple developer docs

in ios, specific app types allowed run in background:

  • apps play audible content user while in background, such music player app
    • apps record audio content while in background
    • apps keep users informed of location @ times, such navigation app
    • apps support voice on internet protocol (voip)
    • apps need download , process new content regularly
    • apps receive regular updates external accessories

the other way achieve want jailbreak device , distribute app on cydia (the jailbroken app store). jailbreaking free device restrictions of ios make phone lot more vulnerable being hacked...


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -