<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CloudKit",
  "identifier" : "/documentation/CloudKit/CKSyncEngine-5sie5/State-swift.class/hasPendingUntrackedChanges",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "CloudKit"
    ],
    "preciseIdentifier" : "s:8CloudKit12CKSyncEngineC5StateC26hasPendingUntrackedChangesSbvp"
  },
  "title" : "hasPendingUntrackedChanges"
}
-->

# hasPendingUntrackedChanges

A Boolean value that indicates whether there are pending changes that the sync engine is unaware of.

```
final var hasPendingUntrackedChanges: Bool { get set }
```

## Discussion

Use this property to inform the sync engine that there are pending changes other than those available in [`pendingRecordZoneChanges`](/documentation/CloudKit/CKSyncEngine-5sie5/State-swift.class/pendingRecordZoneChanges).
After you set this property, the sync engine automatically schedules a send operation and, when that operation executes, asks your delegate to provide those changes by invoking the [`nextRecordZoneChangeBatch(_:syncEngine:)`](/documentation/CloudKit/CKSyncEngineDelegate-1q7g8/nextRecordZoneChangeBatch(_:syncEngine:)) method.

Using this property is optional and is necessary only if you track pending changes manually, outside of the sync engine’s state.

---

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)