iphone sdk: NSCFString does not match with value

119 views Asked by At

I am using Kinvey Kit in one of my apps. While using query +(KCSQuery *)queryOnField:(NSString *)field withExactMatchForValue:(NSObject *)value, I try matching record with KCSUser userId. It does not match by using self.userId but if I do @"53a7ded611324c8002041603", it matches immediately. self.userId is same as 53a7ded611324c8002041603 except its type is NSCFString.

Its driving me nuts. Is there anyway to change NSCFString to NSString.

0

There are 0 answers