14 comments

[ 2.7 ms ] story [ 18.9 ms ] thread
"This app may use your location even when it isn't open, which can decrease battery life."

why does it need my location?

(comment deleted)
You don't have to provide it if you don't want to, but there is a special device file (/dev/location) that can provide you with your location in real-time for scripting use.
but "even when it isn't open"?

makes little sense to me.

Because it can run in the background and you might write some code which uses it in the background
> using a usermode x86 emulator

Ain't iOS devices arm based devices ? Why should they emulate x86 ?

Why not?
Why can't they just emulate arm64 linux instead ? It must be easier as both are of same arch.