ios - Retrieving Object ID -


i looking way retrieve information on user in data table using parse ios. new not sure syntax doing so, i'm looking way search username username column in table , retrieve object id user. plan on using object id password column along other information need.

here pretty i've been able figure out now:

pfquery *query = [pfquery querywithclassname:@"logininformation"]; [query wherekey:@[@"username"] equalto:@"steve"]; 

however think doing horribly wrong. great!

please read this:

https://parse.com/docs/ios/guide#users

in sections signing up , logging in find sample code need!


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -