I have these two applications, one iOS and one Mac OS X, each with a different Bundle identifier.
In order for the two applications to synchronize and share files, I had to add the ubiquity container of the iOS application to the list of ubiquity containers in the Mac OS X application.
In the Xcode summary for a Mac OS X application, I cannot add my own package identifier as a ubiquity container. Mac OS X will store the newly added files in its own ubiquity and therefore are not available for the iOS app.
How can I properly configure both applications to share and synchronize all added files using the same ubiquitous container?
source
share