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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -