I have built both a Cocoa application and a RubyOnRails web application and I would like to sync information across both applications.
The issue I am having is that I require the user to log in to access the data in the web application, and the cookies don't get sent across from my Cocoa application. If I don't require the user to be logged in it works fine.
I am using NSURLConnection and receiving an xml file back.
The issue I am having is that I require the user to log in to access the data in the web application, and the cookies don't get sent across from my Cocoa application. If I don't require the user to be logged in it works fine.
I am using NSURLConnection and receiving an xml file back.