pjchavarria / Swift-Widget

Example iOS application written in Swift implementing an iOS 8 Today Extension sharing data with container app through Core Data
MIT License
37 stars 6 forks source link

Sharing Core Data with two Apps #3

Open ghost opened 9 years ago

ghost commented 9 years ago

Hi, Do you know how do to share Core Data with two Apps (whose you're owner) allowing read and write to the same .sqlite ?

In your project, you share data with Todays Extension and your app containing but I don't see how can I do with two Apps.

Regards

edouardjamin commented 8 years ago

Due to sandboxing, what you are trying to achieve is impossible. I suggest to store your data in the cloud ;)