Ecosyste.ms: Timeline

Browse the timeline of over 8.77 Billion events for every public repo on GitHub, all the way back to 2015. Data updated hourly from GH Archive.

MikeCodesDotNET/My-StepCounter

Doutsy starred MikeCodesDotNET/My-StepCounter
D3n1sNet starred MikeCodesDotNET/My-StepCounter
vchelaru closed an issue on MikeCodesDotNET/My-StepCounter
App crashes immediately on iOS device (iphone X using software 15.1)
I have yet to figure out the cause of it, but the output from Windows says: ``` Loaded assembly: /private/var/containers/Bundle/Application/E552F194-4490-43FF-92A6-9CEAE3690FD6/StepCounteriOS.a...
vchelaru created a comment on an issue on MikeCodesDotNET/My-StepCounter
Seems the silent error is caused by permissions when running the app on iOS 10. Here's the fix: https://stackoverflow.com/questions/41884941/ios-application-crashing-on-use-of-cmpedometer-functi...

View on GitHub

vchelaru created a comment on an issue on MikeCodesDotNET/My-StepCounter
The application terminates on this line of code: ``` _stepCounter.QueryStepCount(sMidnight, NSDate.Now, _queue, DailyStepQueryHandler); ``` Wrapping it in a try/catch does not solve the pro...

View on GitHub

vchelaru opened an issue on MikeCodesDotNET/My-StepCounter
App crashes immediately on iOS device (iphone X using software 15.1)
I have yet to figure out the cause of it, but the output from Windows says: ``` Loaded assembly: /private/var/containers/Bundle/Application/E552F194-4490-43FF-92A6-9CEAE3690FD6/StepCounteriOS.a...
csyntax starred MikeCodesDotNET/My-StepCounter