Re: [SOLVED] Re: Mystery of the missing symbol
Re: [SOLVED] Re: Mystery of the missing symbol
- Subject: Re: [SOLVED] Re: Mystery of the missing symbol
- From: glenn andreas <email@hidden>
- Date: Mon, 03 Oct 2011 09:08:10 -0500
On Oct 2, 2011, at 9:37 PM, Don Quixote de la Mancha wrote:
>>> No, that's not something that the deployment target affects. The whole point of specifying one version via the SDK but an earlier version via deployment target is that you can use the features of the later version corresponding to the SDK _if you detect at runtime that they're actually available_.
>
> This is a problem on the iOS, because Apple doesn't support installing
> earlier firmware in our devices, in an effort to defeat jailbreaking.
> The only way I've found to test what firmware my app is compatible
> with is to use jailbreaking tools. I shouldn't have to do that.
>
> So far I'm satisfied that my app is compatible with iOS 3.0 and later,
> but I would like to ensure that it is compatible with 2.0 and later.
> There's no reason it shouldn't be, but I cannot get such an earlier
> firmware to install.
>
That specific case is ultimately fruitless, since you can't submit an app to the AppStore that has a minimum required OS of 2.x - it needs to be 3.0 or higher.
Ultimate, if you need to support older OS versions, you need to keep older hardware around running that version (since newer hardware doesn't support running OS versions that are older than what was originally shipped with the device).
Glenn Andreas email@hidden
The most merciful thing in the world ... is the inability of the human mind to correlate all its contents - HPL
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden