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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:43:47+00:00 2026-05-23T11:43:47+00:00

i am new to iOS Development so please go easy on me. I have

  • 0

i am new to iOS Development so please go easy on me.

I have an existing ecommerce site set up using oscommerce that requires a user to log in to view products, i want to build an app that will access this store.

That being said i have been able to successfully connect to the store using the ASIHTTPRequest Library. The only thing i am unsure of is how to get the information back so that i can build my application. i have heard people saying XML, and JSON but i guess i am still not sure how i can get the data on my site into my app. like getting categories into a uitableview for example.

Does anyone have any examples or links to where i might start.

  • 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-23T11:43:48+00:00Added an answer on May 23, 2026 at 11:43 am

    In this function you will get the response of server i:e the ResponseData returned by server,
    all you need is to parse this data and save it locally for further use.
    For parsing you can there are options to use NSXMLParser, TouchXMLParser, JSON
    parsing. Its on you what to use.

    - (NSData*)sendRequest
    {
       ASIHTTPRequest *getRequest = [ASIHTTPRequest requestWithURL:[NSURL URLWithString:@"http://myurl.com"]];
     NSData *responseData = nil;
        [getRequest start];
    
    
        //if we have encounter any error
        NSError *error = [getRequest error];
    
        if (!error) 
        {
            responseData = [getRequest responseData];
    
        }
    
         return responseData;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to iOS development so please bear with me. I have created
I am new in ios development. I have a UITextField. There I set a
I'm relatively new to iOS development and I have a question that I'm sure
Hello.Am new to ios development.What have to do for NSOpenPanel to work in the
First of all I have to say I am new to iOS development. My
I am new to ios app development.could you please tell me how to download
I'm new to iOS development so I'm confused. I have a ViewController, in this
I am VERY new with iOS development. So, please make your response as exact
I am new in ios development.Now,i am developing an Ipad application using ios 4.2
I am very new to iOS development, very excited though. I have built an

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.