Fact: iOS has a way to detect acceleration. But if a user opens my app while in movement and stays moving at the same speed, is there a way to "figure this out" without using the GPS?
I'm asking this because:
- My app is very much likely to be used on places where the GPS signal is quite inaccurate, like basements and similar places
- and most importantly: I don't care where the user is, all I want to know is if the user is moving or not...
PS: by moving I mean walking down the hall or crossing a street... you know, considerable movements (30 ft or more)... I could very well disregard short movements (couch to bathroom sort of thing, less than 30 ft...)