I wish to see the JSON开发者_如何学C input/output of the iPhone. How can I do that?
Do I need to set use NSLog()
(and where)? Or, set the RestKit logging level (to what)?
Try placing this RKLogConfigureByName("RestKit/Network", RKLogLevelTrace);
in your AppDelegate
You can use Charles - Debugging Proxy
精彩评论