itsniper / FTASync

Allows you to sync CoreData entities with a Parse backend.
MIT License
311 stars 59 forks source link

Fix the problem that the context isn't saved to sqlite #15

Closed reikubonaga closed 11 years ago

reikubonaga commented 11 years ago

The context have to be saved after sync.

[[NSManagedObjectContext MR_defaultContext] MR_save];