<!--
{
  "availability" : [
    "iOS: 6.0.0 - 13.0.0",
    "iPadOS: 6.0.0 - 13.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "macOS: 10.15.0 - 10.15.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreLocation",
  "identifier" : "/documentation/CoreLocation/CLLocationManager/disallowDeferredLocationUpdates()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "c:objc(cs)CLLocationManager(im)disallowDeferredLocationUpdates"
  },
  "title" : "disallowDeferredLocationUpdates()"
}
-->

# disallowDeferredLocationUpdates()

Cancels the deferral of location updates for this app.

```
func disallowDeferredLocationUpdates()
```

## Discussion

Call this method if you previously deferred location event delivery using the [`allowDeferredLocationUpdates(untilTraveled:timeout:)`](/documentation/CoreLocation/CLLocationManager/allowDeferredLocationUpdates(untilTraveled:timeout:)) method and now want to resume the delivery of events at normal intervals.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)