Start a new topic

IOS combine query with entity id

I want to create a combined query, one of the query's field is entity id. I have no way to get a return object using this. Can anyone give me a quick solution please. thank you. 


Kevin,

Check following link for compound queries:
http://devcenter.kinvey.com/ios/guides/datastore#CompoundQueries

 

Thanks,

Pranav

Kinvey Support

Hi Pranav, Thank you for your reply. I have tried the Compound Queries. And use KCSEntityKeyId example: KCSQuery* query = [KCSQuery queryOnField:KCSEntityKeyId withExactMatchForValue:@"SomeID"]; But I got nothing return.

looks like there are no way to do that. 

Login or Signup to post a comment