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

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -