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

  • Home
  • SEARCH
  • 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 7681257
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T18:18:05+00:00 2026-05-31T18:18:05+00:00

AppDelegate has a parameter called user, and user has two parameters called userId &

  • 0

AppDelegate has a parameter called user,

and user has two parameters called userId & departmentId.

I just want to access my WebService use the ASIHttpRequest API,

but before I send the request,

there is error EXC_BAD_ACCESS with in this code:

    AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication]delegate];
    NSString *userId = appDelegate.user.userId;
    NSString *departmentId = appDelegate.user.departmentId;
    NSLog(@"xxxxx:%@",userId);//this can log 29
    NSLog(@"xxxxx:%@",departmentId);//this can log 17
    NSString *URL = [NSString stringWithFormat:@"https://xxx.xxx.xx.xx/FMS/Pages/Service/FMService.svc/GetAnnouncement?userId=%@&departmentId=%@&pageIndex=%@&pageSize=%@",userId,departmentId,1,10]; ***//ERROR***

The userId’s value is 29 and the departmentId’s value is 17,

then I change code to:

NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"https://xxx.xxx.xx.xx/FMS/Pages/Service/FMService.svc/GetAnnouncement?userId=%@&departmentId=%@&pageIndex=%@&pageSize=%@",userId,departmentId,1,10]];//also the same error

There is also the same error…

and I dont know why, so pls help me with this, thank you.

  • 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-31T18:18:06+00:00Added an answer on May 31, 2026 at 6:18 pm

    The last two argument to stringWithFormat: are not objects therefore you should not use the format specifier %@ instead use %d

     [NSString stringWithFormat:@"https://xxx.xxx.xx.xx/FMS/Pages/Service/FMService.svc/GetAnnouncement?userId=%@&departmentId=%@&pageIndex=%d&pageSize=%d",userId,departmentId,1,10]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Pls help me with this: The AppDelegate has an argument called user: @interface AppDelegate
My app has a UITabBarController that loads many different UINavigationControllers. I want a UIPageControl
If a user has location services on, I assign my RootController as its delegate:
I'm trying to use a global array in the appdelegate as a quick fix
I am implementing a protocol that has a method called fbDidExtendToken:. For some reason,
Simple question about how to pass information in my iOS application. The appDelegate has
Good day, My app has authorization form (SigninController) which is loaded in AppDelegate, and
My iPhone game's appDelegate has a UIWindow window member variable. I add UIImageViews to
My AppDelegate class has quite a few methods. In my attempt to organize these
I have a class called ListViewController which has a UITableView attached to it and

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.