Top "Restkit" questions

RestKit is an Objective-C framework for iOS that aims to make interacting with RESTful web services simple, fast and fun.

Use a fork of Restkit on github via CocoaPods?

restkit is using in a different way the oauth2 protocol, I need to change the code to be able to …

objective-c ios restkit cocoapods
Trying to make a POST request with RestKit and map the response to Core Data

I am using RestKit framework and i want to make a POST HTTP request. The response is JSON. I want …

ios http request restkit restkit-0.20
Problems with RESTKit, cannot map properly

I am learning RESTKit, and I am following this tutorial, which is according to previous version of RESTKit, and a …

iphone ios restkit
Restkit Post Not sending Object

I am creating an IOS app that uses restkit and I am able to do GET requests no problem and …

ios objective-c restkit restkit-0.20
Target Integrity - The file "Pods-ios.xcconfig" couldn't be opened because its path couldn't be resolved. It may be missing"

I'm trying to utilize the four Examples that ship with RestKit Version 0.20.1 Currently trying to Build RKSearchExample. The Build "succeeds" …

iphone ios objective-c restkit
CocoaPods generates invalid project file (header not found)

I have a project file with a Podfile that looks like this: platform :ios, '7.0' def import_pods pod …

ios objective-c restkit cocoapods
Best way to use RestKit in an iPhone Application

I am writing an iPhone application and I have finally decided to use RestKit as the framework for connecting to …

iphone objective-c ios rest restkit
Using the force_load linker flag with RestKit (iOS)

I am using the Facebook iOS SDK, the AWS iOS SDK, and RestKit. To make Facebook and AWS play nice (…

ios xcode facebook amazon-web-services restkit
iPhone RestKit how to enable RKLogDebug?

I'm trying to debug RestKit object mapping and noticed that there are calls to RKLogDebug throughout the code, but it …

iphone objective-c ios logging restkit
RestKit: Getting HTTP status code when a request fails

I'm using RestKit in an iOS app and I need to have special handling for certain HTTP error codes. How …

iphone ios http restkit