BACKGROUND
I have been using iCloud with Core Data in Packing Planner App. Current version live in the App Store is 2.0.2. It has 14000+ users.
As per the business needs, I had to add 4 new attributes (fields) to the schema in upcoming version (v2.1).
PROBLEM
DIFFERENT SCENARIOS TESTED
I came to know that the iCloud syncing won't work when you try to install development build over distribution build with latest / same version. To get iCloud work type of build must be same. i.e. iCloud sync will only work when you install new development build over old development build / new distribution build over old distribution.