I'm sendind an object through RKObjectManager:
[[RKObjectManager sharedManager] postObject:myObject delegate:delegate];
The mapping and route is already configured and it works successfully. It sends a json and the server receive the request, but I have a question. On IOS side, how can I print the json sent to the server.
Put the following in your app delegate:
RKLogConfigureByName("RestKit/Network", RKLogLevelTrace);
RKLogConfigureByName("RestKit/ObjectMapping", RKLogLevelTrace);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With