Is there a way to add more than one predicate to a CKQuery? I want to find records that match more than one attribute. An example of how to do this in simple code would be extremely helpful.
More than one predicate per CKQuery?
Yes you can use a compound predicate. [NSCompoundPredicate andPredicateWithSubpredicates:...]