LocoKit icon indicating copy to clipboard operation
LocoKit copied to clipboard

Location, motion, and activity recording framework for iOS

Results 35 LocoKit issues
Sort by recently updated
recently updated
newest added

I'll be tracking the development of the initial Android SDK in this task. Just filing it now as an empty shell, to get the ball rolling.

enhancement

* Fixed SPM compile error related to Reachibility * Fixed "class" is deprecated message * Fixed some miscaleneous warnings

Current CocoaPods published version is 7.0 (although I see 7.1 tagged here in github). With Xcode 13 / Swift 5.5 am getting: `error: module compiled with Swift 5.1.3 cannot be...

Hi @sobri909, Please help me on deleting TimelineItems from db. I'm trying with tappedClear() function to delete items. but I'm not able to track that how many items are already...

Hi Matt, I'm trying to fetch most recent "TimelineItem" and I'm getting it... but every time I'm getting activityType either stationary or nil. Please help me on this. Thanks in...

FYI: while building the [latest ArcMini](https://github.com/sobri909/ArcMini/commit/78f90d3cedecd3a556de1691872c9c74f625a24b), Xcode spit out the following warning: ``` found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target .../DerivedData/Arc_Mini-dlenhigbcoeldyfxldburkutnfjk/SourcePackages/checkouts/LocoKit/LocoKit/Timelines/ActivityTypes/CoordinateBins.fbs...

Hi Matt, First off, amazing open source contribution. Thank you so much, this is really helping our idea get off the ground. I'm having a hard time including LocoKit into...

At least on iOS 12.2, 'startDeviceMotionUpdates' provides motion data even while Core Motion permissions are denied. 'startDeviceMotionUpdates' provides valid motion data before and after the permissions alert is denied by...

Hi Matt, Thank you for your open-source library. We are developing an app for personal tracking emissions of CO2. So we are using your library to detect transport user uses....

If CLLocationManager should be created on the main thread or problems can occur. Here's the error message that is received when not created on the main thread. >A location manager...