ios6 - Cannot map Status message -


{  "data":     {      "email":"test@gmail.com",      "last_login_ip":"122.164.168.52",      "time_zone":"eastern time (us \u0026 canada)",      "authentication_token":"260234dd0bf18d42310ffyddgl01050",      "last_login_at":"2013/07/17 06:20:35 +0000",      "id":11986     },  "status":"success" } 

i got json in curl. in restkit post response got:

response.body = {     "time_zone":"eastern time (us \u0026 canada)",     "email":"test@gmail.com",     "last_login_ip":"122.178.0.166",     "id":11986,"last_login_at":"2013/07/18 06:25:48 +0000",     "authentication_token":"260234dd0bf18d42310ffyddgl01050" } 

then restkit throws error: cannot add status, did not find mappable keypath. how can resolve problem?


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -