ios - How to use RestKit without response description mapping? -
i have existing project using restkit , need update api requests. problem have post request doesn't need care response body. want know response status code 200 or not. don't add rkresponsedescriptor restkit reports error:"no response descriptors match response loaded.".how send request without response descriptors? idea? thanks
use restkit create request run request yourself. if restkit isn't running request isn't involved in response processing.
Comments
Post a Comment