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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:33:46+00:00 2026-06-01T06:33:46+00:00

my question is simple i think. I am creating a really simple app which

  • 0

my question is simple i think. I am creating a really simple app which doesnt use any of the fancy new things from ios 5.
Yet programming ios 5 app seems a bit easier since memory management can be set to automatic.
There is no problem for me getting the SDK, i have both and both simulators. Its merely a question of future advancement of my programming and the app.
If i recall correctly, i read somewhere that almost 40% of iphones run ios5 and most of ipads run on ios 5 too. So i shouldnt be loosing much potentional customers / downloaders due to it, should i? Anyway the automatic memory management feels wrong. Like something i shouldnt use.. What is not right to do..

My question is, should i develop for ios 4 or ios 5?
I welcome everyones personal opinion.

  • 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-01T06:33:47+00:00Added an answer on June 1, 2026 at 6:33 am

    I think as most of the users do upgrade the iOS version to 5.0 as this is major iOS version and has many of the new features.

    So basically I would recommend that you use iOS 5 for development and still can make the application compatible to iOS 4 users.

    Also it is always better to work on the latest version of iOS in development phase, just to make sure you don’t leave many changes in update phase.

    As we know Automatic Reference Counting (ARC) which is a very nice feature in iOS 5 which does almost all garbage collection work in objective-C code.

    But still ARC apps do run perfectly fine in iOS 4 as well.

    ARC is supported in iOS 4 as well. So I don’t think that should be an issue as far as developing an app is iOS 5 with backward compatibility to version iOS 4 is concerned.

    Example : Also, in case where suppose you have a feature like Twitter which is in-built and easy to integrate in iOS 5, you can still check the device iOS version conditionally and still make it work in iOS 4 like:

    if([[[UIDevice currentDevice] systemVersion] floatValue]>=5.0f)
    {
        // Integrate Twitter using in-built Twitter classes in iOS 5.
    }
    else if([[[UIDevice currentDevice] systemVersion] floatValue]<5.0f && [[[UIDevice currentDevice] systemVersion] floatValue]>4.0f)
    {
        // Integrate the Twitter SDK as we did in iOS 4.0 and make it work.
    } 
    

    Let me know if you need more help.

    Hope this helps.

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

Sidebar

Related Questions

I think this is a simple question. How do I disable copy from a
Question I'm creating a service for my app, but there's probably pritty simple thing
This is a simple question I think. I am trying to search for the
A simple question, I think: I want to put a tag into an ASP.NET
I think this is a simple question, but I can not find the answer
Simple question, I think. I have org.springframework.scheduling.quartz.CronTriggerBean triggering one job once a day. Because
i think this is a simple question but I've searched around and can't seem
Simple question, I should think. Unfortunately, I couldn't figure out how to get it
I think this is a pretty simple question. How do you an apache rewrite
I have -- what I think -- is a simple question. Here's my code:

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.