Rails 和 iOS 应用程序,身份验证问题
我想在 Rails 3 和 iOS 应用程序中构建 Web 服务来使用此服务。 我需要简单的东西。用户首次打开 iOS 应用程序时,会看到登录屏幕。登录后,iOS 应用程序可以发送和获取请求。
我已经使用 Devise 在 Rails 上进行身份验证,并找到了适用于 iOS 的 RESTKit 来映射对象并使用 RESTfull Web 服务,但我没有找到任何可以确认可以一起工作的内容。
我的问题是,双方使用的最佳解决方案是什么,即 iOS 和 RoR 让其发挥作用?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看我做了什么设置(IOS 设备 <=> Rails Web 服务)。
Take a look at what I did for the same setup (IOS device <=> Rails webservice).