Contents

stopStepCountingUpdates()

Stops the delivery of step-counting updates to your app.

Declaration

func stopStepCountingUpdates()

Discussion

Call this method to stop the delivery of updates that you started by calling the startStepCountingUpdates(to:updateOn:withHandler:) method. This method does not stop queries started using the queryStepCountStarting(from:to:to:withHandler:) method.

See Also

Starting and Stopping Step Counting Updates