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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -