When you create an iPhone/iPad version of an app, and also an OS X version of that same app, you would presumably want to have all the different devices share document or key-value data over iCloud. This can be easily accomplished by putting the same bundle identifier in the iCloud entitlements for all apps. This being the case, why would I ever want to use iCloud Display Sets.
I have seen this question asked here before, but in my opinion they were not properly answered. This question asked the same question, but the answer just confirmed that display sets are for allowing multiple apps to access the same iCloud store. We can already do that without display sets.
Does anyone know if there is a difference or a benifit in doing it through display sets, or if it is just an alternative method?