SOMotionDetector icon indicating copy to clipboard operation
SOMotionDetector copied to clipboard

Simple library to detect motion type (walking, running, automotive) and count users steps. This library will make motion detection much more easily.

Results 11 SOMotionDetector issues
Sort by recently updated
recently updated
newest added

Enable to install library from Carthage. Xcode project created using [XcodeTool](https://github.com/TofPlay/XcodeTool): ``` XcodeTool template --name="ComponentCrossPlatform" --target=SOMotionDetector ``` **Cartfile** ``` github "arturdev/SOMotionDetector" ```

The speed is always 0 in iOS 12.

Is it possible to implement it for Xamarin.IOS platform?

Hello, does it work CMMotionActivity when my iPhone in pocket?

Is it possible to detect the timeslot when the user was travelling? I'm only interested in the start and end time of my travel. And this even if the app...

Hi, In the first installation the application is frozen by CoreMotion. Include the new "Privacy - Motion Usage Description" key in my iOS app .plist??? https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html Congratulations for the project....

Would you mind if i ask a question not relating to SOMotionDetector? Now i`m using M7 in ios to detect the status of device. I get a trouble that device...

I am using the library and am trying to detect activity in the background. It works great for a while but after around 30 minutes idle in the background -...

It would be a good idea to expose the confidence and startDate metadata properties of CMMotionActivity. https://developer.apple.com/library/prerelease/ios/documentation/CoreMotion/Reference/CMMotionActivity_class/index.html