开发者

How can I see the communication of the RestKit network (JSON string)?

开发者 https://www.devze.com 2023-04-10 17:22 出处:网络
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 RKLogConfigu

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

0

精彩评论

暂无评论...
验证码 换一张
取 消