Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iphone sdkの質問:Webアプリにログインし、セッション(セッションCookie)を保持してから、xmlフィードを取得する必要があります。
私はこれの良い例を見つけていません。
私はあなたがする必要があるのは電話することだけだと思います:
[[NSHTTPCookieStorage sharedHTTPCookieStorage] setCookieAcceptPolicy:NSHTTPCookieAcceptPolicyAlways];
また、を使用していると仮定するとNSURLConnection、サーバーが設定したCookieが保存され、通常のCookieベースの認証が機能します。
NSURLConnection