Can anyone give me a hint why I can not login into my service? I dont get an response to my delegate. The service is working. If I call the url in my browser I get a login (Browser receives a cookie)
I have following structure: Get Handbook: //request { \"type\": \"handbook\", \"hash\": \"\" } //response { \"body\": {
I\'m using the RestKit library to load json from my REST services, an开发者_如何学运维d then mapping the data to an object.
Pretty new (2 weeks) into Objective-C and Xcode, and I\'m trying to add my first \"external\" library, namey restkit, to read some JSON from an external server.
I need to start doing some TDD for this iPhone project. The issue is that it uses API data pretty 开发者_如何学Pythonheavily.
I\'m using RestKit for a project and i noticed that there is no longer a method in the class that you can control all mappings in (elementToPropertyMappings), i therefore wondered where the best place
I\'ve linked RestKit in an xcode 4 project, as described on the GitHub install page and am getting this error while trying to build. Does anyone know what is going on? I\'ve asked on the RestKit IRC c
I have a class structure like this: class Parent < ActiveRecord::Base has_one :child accepts_nested_attributes_for :child
This is the strangest error. The internet suggests that this is an issue with targeting Tiger; except that I\'m actually targeting iOS 3 and 4.
i need to set a NSTimer object to manually timeout a server call if it is taking more than 10 seconds (not supported in Restkit)