Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

How to get phone call confirmation alert dialog Ok Button Action

I have facing one issue regarding phone call confirmation alert dialog. I want known user click "Ok" or "cancel" button.

But, I didn't get action method of "Ok" button. Please help me out. So we known user click on "OK" button.

    NSString *phoneStr = [[NSString alloc] initWithFormat:@"tel:786900**71"]];
     NSURL *phoneURL = [[NSURL alloc] initWithString:phoneStr];
     [[UIApplication sharedApplication] openURL:phoneURL];

screenShot Attached...

Comments