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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:13:58+00:00 2026-06-14T10:13:58+00:00

I have an iPhone app which sends an email. If the To: address is

  • 0

I have an iPhone app which sends an email. If the “To:” address is not set, I display an Alert (UIAlertView). At the present time, I do not check for the user tapping OK, I just go on my merry way! 😀

I am getting the following error when tapping OK on the Alert:

wait_fences: failed to receive reply: 10004003

I believe it’s because I don’t handle the tapping of OK and it’s still showing when the app is doing something else. So, after doing some research on SO and Google, it appears I have to have this:

- (void) Alert: (NSString *) title andData: (NSString *) errorMsg  {

    UIAlertView *alert = [[UIAlertView alloc]
                          initWithTitle: title
                          message: errorMsg 
                          delegate:nil
                          cancelButtonTitle: @"OK"
                          otherButtonTitles: nil];
    [alert show];


    return;

}

- (void)alertView:(UIAlertView *)alertView didDismissWithButtonIndex:(NSInteger)buttonIndex
{
    NSLog(@"button was pressed");
}

My problem is that I can’t figure out how to set up the delegate for this. I already have a delegate:

@interface ReportViewController : UIViewController <UIWebViewDelegate>  {

How do I set the delegate so the tap of the OK button is handled, thus removing the error?

  • 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-14T10:14:00+00:00Added an answer on June 14, 2026 at 10:14 am

    Inside the angle brackets, you can provide a comma-separated list of protocols.

    @interface ReportViewController : UIViewController <UIWebViewDelegate, UIAlertViewDelegate>  {
    

    Now you can implement both sets of methods. And don’t forget to set the alert view’s delegate to self.

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

Sidebar

Related Questions

I have an iPhone app which sends a request to a url posting a
I have an iPhone app which has a Table View-based data input screen with
My company would dearly like to have an iPhone app which, among other functions,
Please give me some tips for this case. I have an iPhone APP which
I have an iPhone/iPad app which play a HTTP Live Stream of a tv
I have made an iPhone App which has a loginwithFacebook button , the login
I have an app which existed as an iPhone app first and now as
I have a basic iPhone/iPad app which has a ; a. List view &
I need to have a few buttons in my iPhone app (which may be
I have an iPhone app, which is running only in landscape mode, but recently

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.