tags:

views:

23

answers:

1

Hi all,

i m new in iphone and i have problem for distribution of application. actually i have one p.c. which support 3.0 to 3.1.2 version which is register for distribution. but another p.c. which i upgrade to 4.0 then how i register for distribute from upgraded p.c. i have distribution certificate of lower version.

+2  A: 

In your target build settings set the iPhone OS Deployment Target setting to 3.0 and the Base SDK setting to 4.0. This will let you use the latest SDK to build apps for devices still running 3.0. You wont be able to use any of the features added in later SDK versions but it will run on the older devices.

Winder