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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T22:58:03+00:00 2026-05-31T22:58:03+00:00

I am developing an iPhone application where I collect info from the user when

  • 0

I am developing an iPhone application where I collect info from the user when he/she uses it for the first time. I store this in a singleton class as I need it throughout my app. Now I want this class to be persistent, as I don’t want to collect this information if the app is closed and started again. How can I save this class?

  • 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-31T22:58:05+00:00Added an answer on May 31, 2026 at 10:58 pm

    U may use :NSUserDefaults”
    To write:

    NSString* str = @"StringToSave";
    NSArray *arr = [[NSArray alloc]initWithObjects: @"array", @"to", @"save",nil];
    [[NSUserDefaults standardUserDefaults] setObject: str forKey:@"stringSetting"];
    [[NSUserDefaults standardUserDefaults] setObject: arr forKey:@"this_is_array"];
    [[NSUserDefaults standardUserDefaults] synchronize];
    

    To read:

    NSString* str = [[NSUserDefaults standardUserDefaults] objectForKey:@"stringSetting"];
    NSArray *a = [[NSUserDefaults standardUserDefaults] objectForKey:@"this_is_array"];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing an iPhone application . In this app If the user likes
I am developing an iPhone application in which I am fetching data from a
I am developing an iPhone application that retrieves the data from remote MySQL server.
I am developing an iPhone application that will send sms the logged in user
I'm developing an iPhone application and I'm trying to do this: I want an
I am developing iPhone application which involves the frameworks available from iOS 3.2 (Core
Hello all iPhone developers, I am developing an iPhone application. In this application i
I am developing an iPhone application for jail broken phones and in this application
I am developing an iPhone application in which I want to allow the user
I am developing a iPhone application which get facebook album with this URL https://graph.facebook.com/me/albums?access_token=2227470867|2.ZJr73vaEvFeN4fI_A70RFw__.3600.1297090800-100000566543036|WmgxdwULBgKXl8J7ksGIA1tyGik

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.