13

I want to build web service in Rails 3 and iOS app to work with this service. I need simple thing. User when first time open iOS app, get login screen. When is logged in, iOS app can send and get requests.

I already used Devise for authentication on Rails, and found RESTKit for iOS to map objects and use RESTfull web services, bit I didn't found anything about to confirm to work together.

My question is, what is the best solution to use on both sides, iOS and RoR to make this to work?

4
  • 2
    Your question is not clear. If you want to use RestKit, what is stopping? They will work great. You just have to map your objects to your rails app responses. Devise the right option as well. Commented Jun 28, 2011 at 18:34
  • I didn't try RestKit with Device, and I want to be sure that there is no some unusual problems in that combination :) Commented Jun 28, 2011 at 19:01
  • RestKit is great! Using it already :) Commented Jul 6, 2011 at 7:30
  • possible duplicate of HTTP authentication between devise and iphone app Commented Sep 27, 2011 at 10:23

1 Answer 1

4

Take a look at what I did for the same setup (IOS device <=> Rails webservice).

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.