You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where I'm making an app to run in the background that should respond when someone picks up my iPad.
That sounds super complicated on how to implement it, except maybe it's not? I saw that GPS data is available by running cat /dev/location. That's perfect. Something just like that but for the XYZ position data.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a use case where I'm making an app to run in the background that should respond when someone picks up my iPad.
That sounds super complicated on how to implement it, except maybe it's not? I saw that GPS data is available by running
cat /dev/location
. That's perfect. Something just like that but for the XYZ position data.Beta Was this translation helpful? Give feedback.
All reactions