PFIncrementalStore icon indicating copy to clipboard operation
PFIncrementalStore copied to clipboard

Offline Parse with Core Data Persistence, an NSIncrementalStore subclass.

Results 14 PFIncrementalStore issues
Sort by recently updated
recently updated
newest added

PFFiles are sync'd from parse to local db without a problem. However when a NSData field in the model is created/update the new image is not sync'd back to parse....

In Basic Example, I added a new Artist object with relation to Song, which also has relation to Genre: ``` Artist *artist = [NSEntityDescription insertNewObjectForEntityForName:@"Artist" inManagedObjectContext:context]; Song *song = [NSEntityDescription...

bug

I just installed PFIncremental store from cocoa pods and there is an issue in the following method - (void)updateBackingObject:(NSManagedObject *)backingObject withAttributeAndRelationshipValuesFromManagedObject:(NSManagedObject *)managedObject PFIncrementalStore/PFIncrementalStore.m:970:48: No visible @interface for 'NSString' declares the...

Hello, my application is kind of virtual wallet. It has class Wallet which can be local wallet or shared wallet (let's call it shwallet). All data related to wallet is...

I have implemented PFIncrementalStore in a simple 2-table coredata project with both tables linked to each other by a to-many relationship. When saving my managed object to the coredata context,...

bug

Hi, I am making my first experiments with PFIncrementalStore. I got a first test project up and running really quickly: I love the approach and really appreciate your work. Though...

bug

As near as I can tell, fetches from Parse will always be limited to 100 in the current implementation per the default for `PFQuery`. I would suggest that we set...

enhancement

I did more test and here is what I have found. Hope it could be a help to you guys: 1) The Magic Record example don't save to remote when...

bug

Hi, sbonami, Not sure if this is an appropriate place to ask this question but if not pls. redirect me to proper location. I am trying to run & understand...

question

On occasion I've seen duplicate syncing with objects, notably within the Example apps. This seems to indicate an issue where attributes or relationships are called on an object that isn't...

bug
ready