itsniper / FTASync

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

Relies on Users #13

Closed snown closed 11 years ago

snown commented 11 years ago

Looking at the source for FTASync, it seems to rely heavily on the Parse.com User class. I have an application where Parse is essentially just serving up data (no user generated content), is there any way to use FTASync without Users and ACLs?

Thanks.

snown commented 11 years ago

Sorry, I misunderstood the issues I was seeing. Turns out the problem was that I was using a version of MagicalRecord that was too new.