itsniper / FTASync

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

How to fetch list of item for particular reocord in one to many relationship with FTASYNC on parse #27

Closed maulik99 closed 10 years ago

maulik99 commented 10 years ago

Hello i m facing an issue when m want to fetch All transaction list about particular Account using core data with magical records.

An m working with parse and my application have a sync feature so m using FTASYNC . But m not able to get All transaction which is related to one particular account with one to many relationship.

Anybody can please help me.

Thanks in advance

Alydyn commented 10 years ago

Can you provide more information? When you say you cannot get all the transactions, do you mean in Core Data or from Parse?

maulik99 commented 10 years ago

From Core data M using FTASYNC for sync in parse

Alydyn commented 10 years ago

Almost impossible to say with no additional information. Are you sure you are saving your contexts? If you are using nested contexts (you mention using MagicalRecord) are you sure you are saving all the way to the persistent store? If you don't save nested contexts, the NSManagedObjects won't persist between app launches. Are you sure the objects have been imported correctly? What have you tried?

Honestly this is more of a stack overflow question unless you can provide some additional specific information that points to the issue being FTASync.

maulik99 commented 10 years ago

Thanks Mate. I have solved my issue