I have two (2) iPads that I am testing with. The two iPads do NOT merge their contents at any time; for instance, I have 2 distinct records on iPad2 and 3 distinct records on iPad1, and they remain this way forever!
I determined this by taking a count of the records after Ensembles setup and again after viewDidLoad on the tableView and the contents remain consistent, unless I add a record which then replaces the latest record in the store, but the count remains the same.
Why are the two iPads not merging their distinct records? And why when I add a record does it replace an existing record with a different key (SKU)?