I had to set it as:
manager.client.username = username;
manager.client.password = password;
but doing:
[RKObjectManager sharedManager].client.username = username;
[RKObjectManager sharedManager].client.password = password;
for some weird reason doesn't work
On Jul 21, 9:03 pm, equinox <
aditya15...@gmail.com> wrote:
> I realized what the issue was, I was trying to set the username and
> password of the RKObjectManager later on, which for some weird reason
> it doesn't set it.
> This is related to this thread,
http://groups.google.com/group/restkit/browse_thread/thread/a2959f4c3...