osx - Sharing iCloud Core Data between iOS and OS X -
i should work on project both ios , os x. have 2 different projects , question is: should 2 projects have same xcdatamodeld share core data via icloud? meaning same structure or same (name + structure)? i'm still @ beginning of os x app , know in advance if have import ios core data file or can create one. in advance
should 2 projects have same xcdatamodeld share core data via icloud?
if want share data stores between 2 projects, yes. use same model file in both projects.
it's not uncommon build model ios project , use same model file in simple os x project can examine or modify data macos x app.
Comments
Post a Comment