FTASync icon indicating copy to clipboard operation
FTASync copied to clipboard

Allows you to sync CoreData entities with a Parse backend.

Results 13 FTASync issues
Sort by recently updated
recently updated
newest added

If I restart app, the data I saved gets lost, core data is empty.

I tried integrating FTASync to my app by following steps you have mentioned , yes i don't get errors but i when i run app crashes.(because i can't add everything...

In the module FTASyncHandler.m, there are at least 3 calls using **[NSManagedObjectContext MR_contextForCurrentThread]** which is deprecated, the use of **MR_Save** is deprecated and **saveInBackgroundWithBlock** is deprecated. **The file will not...

So, I've updated it to MR2.1 and added functionality for PFRelations; with respect to the latter, it is assumed that 1:n, n:1, 1:1 relationships do _not_ use PFRelation and n:n...

It will be good if FTASync can support cocoapods so it can be installed easily

enhancement

Problem: I sync 15 MB files using FTASync and the instruments says that [FTASyncHandler syncAll] takes 15MB memory which is not reasonable So I changed the code in FTASyncParent.m :...

Your demo - FTASync compiles fine for me. I've simply copied your version of Magical Record. I've used mogen to provide the NSManagedObject subclasses. But I'm getting compile errors and...

I have a existing app on the market and was looking to use this library with parse. Everything is going well but when I try to migrate Coe data is...

MagicalRecord 2.1 seems to fix a number of CD bugs I ran into, but it kills FTASync. Are there any plans to update FTASync to the latest MR? Thanks!

I've setted my project and added this fix https://github.com/itsniper/FTASync/issues/6. My app is very similar to FTASyncDemo, even simpler. I have a table view showing core data objects and two buttons,...