parse.com - Parse Automatic User and Subclasses -
i'm having problems automatic user setting in parse project.
i have subclass of pfuser called gluser follows subclassing guide in documentation. after adding initialization code in +object method set default fields, enabled automatic user on pfuser. now, seems +user method not being called when parse creates new anonymous pfuser in response call currentuser. intentional or doing wrong?
i work around pretty easily, wanted check first.
when subclassing pfuser, have include underscore in expected function 'parseclassname'!
+ (nsstring *)parseclassname { return @"_user"; }
Comments
Post a Comment