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 7728187
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T05:39:17+00:00 2026-06-01T05:39:17+00:00

I make call from my app with this code (i use webview because after

  • 0

I make call from my app with this code (i use webview because after the call finishes, i dont want to show dialer app ):

UIWebView *callWebview = [[UIWebView alloc] init];
[self.view addSubview:callWebview];
NSURL *telURL = [NSURL URLWithString:tel];
[callWebview loadRequest:[NSURLRequest requestWithURL:telURL]];

I detect end of call with subscribing to notification:

    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(ctCallStateDidChange1:) name:@"CTCallStateDidChange" object:nil];

   - (void)ctCallStateDidChange1:(NSNotification *)notification
  {
     NSString *call = [[notification userInfo] objectForKey:@"callState"];
     if ([call isEqualToString:CTCallStateDisconnected])
    { 
       NSLog(@"Call has been disconnected");
       UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Obvestilo" message:@"Some text?"
                                                           delegate:self cancelButtonTitle:@"Yes" otherButtonTitles: @"No", nil];
            [alert show];
        }       
    }       
}

I need to show alertview after the call finishes and control is returend to my app, but sometimes it takes some time when the end of call is detected with notification and my app stays nonresponsive during this period.

Do you have any ideas what to do?

  • 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-06-01T05:39:18+00:00Added an answer on June 1, 2026 at 5:39 am

    The detection of end of call with notifications is correct. What i had to do is to add this line after the call was finished (so the command executed on main thread):

     dispatch_async(dispatch_get_main_queue(), ^{ 
                    [self showAlert];
                });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

It's easy enough to, for example, make a call from an iPhone app and
Given an instantiated JavaScript object/class can I make an Ajax call from that class
Can I make ComboBox from AjaxToolkit make call to server every time new letter
I am trying to make a web service call from PHP to a SOAP
is there any way to call servlet or make a gwt-rpc call from gwt
I am trying to make a call to a Parent class method from a
How to call or make the javascript function from the Application_Start of global.asax in
I want to make call to authenticate user and get back token in json
I make a call just like this: value = ./simulated_annealing Which is a C
I am using this code inside a class to make a webbrowser control visit

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.