Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

The MSSyncContextDataSource protocol has a typo #31

@atheken

Description

@atheken

The 2.0-beta MSSyncContextDataSource includes an optional method signature for

"-(NSUInteger) systemPropetiesForTable:(NSString *)table;"

Should be "Properties":

/// Returns the MSSystemProperties that should be stored locally (example: __createdAt, __updatedAt)
/// If not implemented, the default of __version will be asked for from the server
-(NSUInteger) systemPropetiesForTable:(NSString *)table;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions