Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6915283
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T09:27:21+00:00 2026-05-27T09:27:21+00:00

if i use ASIHTTPRequest the first time , with asynchroun mode , i recive

  • 0

if i use ASIHTTPRequest the first time , with asynchroun mode , i recive result and error in

  • (void)requestFinished:(ASIHTTPRequest *)request
    and the error in
  • (void)requestFailed:(ASIHTTPRequest *)request

but what if I make another query asynchronously? I will receive the result in the same method? how to know if this is the result of the first query or second? I tryed to change the delegate but it don’t work

-(void)getCities
{
    NSString * myURLString = [NSString stringWithFormat:@"http://localhost:8080/Data/resources/converter.city/CountryCode/%@",choosedCodeCity];

    NSURL *url =[NSURL URLWithString:myURLString];
    ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:url];
    [request setDelegate:resultCities];
    [request startAsynchronous];


}

-(void)resultCities :(ASIHTTPRequest *)request
{

}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T09:27:22+00:00Added an answer on May 27, 2026 at 9:27 am

    you can do:

    request.didFinishSelector = @selector(yourFinishMethodHere:);
    request.didFailSelector = @selector(yourFailMethodHere:);
    

    in other words, you do not have to use the default “requestFinished:” and “requestFailed:” methods on the delegate.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i want to use - (void)requestFailed:(ASIHTTPRequest *)request, to alert user that there is an
use this website a lot but first time posting. My program creates a number
I'm trying to use wordpress api, but have unknown problem with my request: First
I use asihttprequest to download a file but when the download fails, the cell
I'm trying to do an asynchronous request with ASIHTTPRequest, but have some problem getting
Use case: I've just entered insert mode, and typed some text. Now I want
I'm use ASIHTTPRequest Library I'm have String to check is http:// or https:// My
I plan to use ASIHttpRequest for downloading files from back-end server. Before actions, post
I have a strange problem. I use ASIHTTPRequest in a iOS 5 project with
HEllo, I have just installed xcode 3.2.3 and SDK4. I need to use ASIHttpRequest

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.