Hi friends. I can't find what does Code 104 of CMErrorDomain means.
CMPedometer cathces this error on this place:
stepCounter.startUpdates(from: Date(),
withHandler: { (pedometer:CMPedometerData?, error:Error?) in
if error != nil
...
Thank you.
Hi friends. I can't find what does Code 104 of CMErrorDomain means.
CMPedometer cathces this error on this place:
stepCounter.startUpdates(from: Date(),
withHandler: { (pedometer:CMPedometerData?, error:Error?) in
if error != nil
...
Thank you.
Did you find a solution to the problem? I am having the same right now...
I am also seeing the same issue. Did you find a solution?
CMErrorMotionActivityNotAvailable.rawValue is 104 which explains the original error CMErrorDomain Code=104
CMErrorMotionActivityNotAvailable documentation can be found in the Apple developer documentation (Apple doesn't let me post the url here)
CMError can can be found in the Apple developer documentation (Apple doesn't let me post the url here)