---
title: zoneIDsWithUnfetchedServerChanges
framework: cloudkit
role: symbol
role_heading: Instance Property
path: cloudkit/cksyncenginestate/zoneidswithunfetchedserverchanges
---

# zoneIDsWithUnfetchedServerChanges

The identifiers of zones with changes on the server that have not yet been fetched.

## Declaration

```occ
@property (copy, readonly) NSArray<CKRecordZoneID *> * zoneIDsWithUnfetchedServerChanges;
```

## Discussion

Discussion The sync engine populates this list automatically, for example when receiving a push notification indicating new changes.
