CloudKit / Core Data - Modifying Saved Managed Object and Syncing

I have a CloudKit / Core Data app with saved entities. In my app, the user can modify an attribute of one of the entities and resave the entity in Core Data. I can see the modified attribute on the device I used to modify the information, but the entity does not sync to my other devices. Is there a way to get the entity to sync using CloudKit?
CloudKit / Core Data - Modifying Saved Managed Object and Syncing
 
 
Q