Last known working date: 16th August 2015
Affected app: VoteYourSpider
Using Parse (1.7.5.3)
Using ParseUI (1.1.4)
query.limit = 1000
query.whereKeyExists("name")
query.countObjectsInBackgroundWithBlock { (count, error) -> Void in
if error == nil
{
self.maxRecordsCount = Int(count) - 1
}
}
The above code suddenly starts returning count:1.