Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 01-23-2012, 03:46 PM   #1 (permalink)
Registered Member
 
Join Date: Jul 2010
Posts: 142
sleaver is on a distinguished road
Default Is it worth supporting iOS 3.x still?

Question is in the title really! I'm currently making changes to my app to make the UI look more professional and one of the things I would like to use needs iOS 4.x. However my app currently supports iOS 3.2 upwards so I'm just wondering if others still support 3.x or is it safe enough to move to 4.x upwards?
sleaver is offline   Reply With Quote
Old 01-23-2012, 04:33 PM   #2 (permalink)
Registered Member
 
Join Date: Oct 2011
Age: 25
Posts: 169
mer10 is on a distinguished road
Default

Quote:
Originally Posted by sleaver View Post
Question is in the title really! I'm currently making changes to my app to make the UI look more professional and one of the things I would like to use needs iOS 4.x. However my app currently supports iOS 3.2 upwards so I'm just wondering if others still support 3.x or is it safe enough to move to 4.x upwards?
Nope
mer10 is offline   Reply With Quote
Old 01-23-2012, 04:42 PM   #3 (permalink)
Cocoa Junkie
 
Duncan C's Avatar
 
Join Date: Dec 2008
Location: Northern Virginia
Posts: 6,003
Duncan C has a spectacular aura about
Default

Quote:
Originally Posted by sleaver View Post
Question is in the title really! I'm currently making changes to my app to make the UI look more professional and one of the things I would like to use needs iOS 4.x. However my app currently supports iOS 3.2 upwards so I'm just wondering if others still support 3.x or is it safe enough to move to 4.x upwards?
We've decided as a company to make the move to iOS 5.

We did that for a couple of reasons.

The first is performance.

That means we don't support the iPhone 3G, or the 2nd generation iPod touch. Those devices have much weaker graphics hardware, less memory, and slower processors. If you do anything with animation or large data sets, you will need to test the hell out of those older devices.

The second is features. iOS 5 was a large leap forward in terms of OS features. The parent/child container view feature, ARC, storyboards, etc, etc.

As far as supporting iOS 4, supporting iOS 4 gives you those older devices, but niceties like blocks, game center, and lots of other goodies.

I would not hesitate to drop support for iOS 3.x. Think about dropping 4.x also.
__________________
Regards,

Duncan C
WareTo

Check out our apps in the Apple App store


Check out this password generator app that shows various techniques including using a data container singleton object to share data between objects in your project.

See this tutorial on using UIView animations and layer animations:

See this thread on generating random, non-repeating text

Check out a very cool Macintosh Kaleidoscopes app called ScopeWorks that we released to the Mac App store.
Duncan C is offline   Reply With Quote
Old 01-23-2012, 06:14 PM   #4 (permalink)
Stats Tracker
 
Touchmint's Avatar
 
Join Date: Oct 2011
Location: Tempe, AZ
Age: 25
Posts: 229
Touchmint is on a distinguished road
Default

Agreed ^^ somewhere on the business forums there are stats for this dont quote me but its something like < 5% use ios 3.x there were also ios 4.x numbers in there but i dont remember maybe like 11% idk.
Touchmint is offline   Reply With Quote
Old 01-23-2012, 08:52 PM   #5 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 57
bobeast is on a distinguished road
Default

Quote:
Originally Posted by Touchmint View Post
Agreed ^^ somewhere on the business forums there are stats for this dont quote me but its something like < 5% use ios 3.x there were also ios 4.x numbers in there but i dont remember maybe like 11% idk.
So when you DO drop support for 3.x, do those customers running on 3.x just stop getting update notices? Whats to stop them from updating anyways? Does anyone know how that works?
bobeast is offline   Reply With Quote
Old 01-23-2012, 09:28 PM   #6 (permalink)
Registered Member
 
headkaze's Avatar
 
Join Date: Feb 2010
Posts: 359
headkaze is on a distinguished road
Default

Some interesting stats here

You only need to target for armv7 to rule out the under performing devices. Another advantage of only supporting armv7 is you will effectively halve the size of your binary, have 2k texture sizes, a minimum of 256 MB of RAM and OpenGL ES 2.0 support.
Attached Images
File Type: jpg iDevices.jpg (20.5 KB, 7 views)
__________________
Headsoft | Jungool

Last edited by headkaze; 01-23-2012 at 10:51 PM.
headkaze is offline   Reply With Quote
Old 01-24-2012, 04:36 AM   #7 (permalink)
Senior Member
iPhone Dev SDK Supporter
 
Join Date: Jan 2010
Location: Issaquah, WA
Age: 42
Posts: 1,244
dljeffery is on a distinguished road
Default

I could be totally mis-remembering, but 3.2 was iPad-only, right? And the earliest post-3.2 iPhone/iPod touch release was 4.0?

First-gen iPads run 4.x perfectly well. Not to mention 5.0, which I think they run even better (at least, mine seems to). So I wouldn't see any reason to keep your base at 3.2, which already excludes people who wouldn't have upgraded their iPhones/iPod touches to 4.0 or later.
__________________
Recall It! Tag your notes. Tag your photos. Tag your thoughts. Tag your life.

Recall It! for iPad

http://www.dljeffery.com
dljeffery is offline   Reply With Quote
Old 01-24-2012, 05:27 AM   #8 (permalink)
Registered Member
 
Join Date: Nov 2008
Posts: 864
nobre84 is on a distinguished road
Default

any ipad user that didnt do the major (free) upgrade to 4.2 (first version of 4.x for ipads, including multitasking and many other stuff) , probably isnt updating any apps either.
Go ahead and require 4.0+
nobre84 is offline   Reply With Quote
Old 01-24-2012, 03:26 PM   #9 (permalink)
Registered Member
 
Join Date: Jun 2009
Location: Ypsilanti, Michigan
Age: 63
Posts: 1,549
RLScott is on a distinguished road
Default

Quote:
Originally Posted by nobre84 View Post
any ipad user that didnt do the major (free) upgrade to 4.2 (first version of 4.x for ipads, including multitasking and many other stuff) , probably isnt updating any apps either.
Go ahead and require 4.0+
But you can't require 4.0+ for an update to an app that currently requires only 3.0, right?
RLScott is offline   Reply With Quote
Old 01-25-2012, 05:57 AM   #10 (permalink)
Registered Member
 
Join Date: Nov 2008
Posts: 864
nobre84 is on a distinguished road
Default

What you cannot change is UIRequiredDeviceCapabilities. Firmware version is fine
nobre84 is offline   Reply With Quote
Old 01-27-2012, 07:59 AM   #11 (permalink)
Registered Member
 
Join Date: Oct 2011
Age: 25
Posts: 169
mer10 is on a distinguished road
Default

Quote:
Originally Posted by nobre84 View Post
What you cannot change is UIRequiredDeviceCapabilities. Firmware version is fine
Wait, seriously??? So if I launch an app from day one that requires a gyro, I can't remove that requirement for in a future update??
mer10 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 379
11 members and 368 guests
7twenty7, Atatator, condor304, FrankWeller, glenn_sayers, iphonedevshani, MAMN84, mraalex, QuantumDoja, tim0504, VinceYuan
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,674
Threads: 94,122
Posts: 402,907
Top Poster: BrianSlick (7,990)
Welcome to our newest member, Atatator
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 05:48 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0