Contents

stopActivityUpdates()

Stops the delivery of motion updates to your app

Declaration

func stopActivityUpdates()

Discussion

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

See Also

Starting and Stopping Activity Updates