Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

ParseLiveQuery with matchesQuery Crash #97

@ljs19923

Description

@ljs19923

Hi ! Im trying to use ParseLiveQuery with matchesQuery: but that doesn't works.... Anybody knows why ?

self.query1 = [PFQuery queryWithClassName:kGroupUserClasseName];
[self.query1 whereKey:"user.objectId" equalTo:[PFUser currentUser].objectId];
    
    
    self.query2 = [PFQuery queryWithClassName:kGroupClasseName];
   [self.query2 whereKey:@"users" matchesQuery:self.query1];

Thanks you !

image

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