---
title: stopMonitoringLocationPushes()
framework: corelocation
role: symbol
role_heading: Instance Method
path: corelocation/cllocationmanager/stopmonitoringlocationpushes()
---

# stopMonitoringLocationPushes()

Stops monitoring for Apple Push Notification service (APNs) location pushes.

## Declaration

```swift
func stopMonitoringLocationPushes()
```

## Discussion

Discussion Call this method to stop the device from monitoring for APNs location pushes. If a compatible iPad or iPhone app calls this method when running in visionOS, the method does nothing.

## See Also

### Monitoring location push notifications

- [startMonitoringLocationPushes(completion:)](corelocation/cllocationmanager/startmonitoringlocationpushes(completion:).md)
