what is the deployment-target (min ios version) for cli-9.0.0 --- and what min build target accepts the Apple iOS App Store currently...?

218 views
Skip to first unread message

Leonidas Savvides

unread,
Jun 11, 2020, 8:18:54 AM6/11/20
to phonegap
For
<preference name="phonegap-version" value="cli-9.0.0" />

what is the deployment-target (min ios version) for cli-9.0.0 --- and what min build target accepts the Apple iOS App Store currently...?

CONFIG.XML

<platform name="ios" >
<preference name="ios-configuration" value="production"/>
<preference name="deployment-target" value="8.1"/>
</platform>




jcesarmobile

unread,
Jun 11, 2020, 10:55:35 AM6/11/20
to phonegap
Phonegap Build with cli-9.0.0 uses cordova-ios 5.0.1, as far as I remember, cordova-ios 5.0.1 supports iOS 9+.

The App Store doesn't have a min, what the App Store requires is to use SDK 13 to compile, to do that you have to use Xcode 11, which Phonegap Build servers don't use yet, so at the moment you can't submit apps created from Phonegap Build.

Leonidas Savvides

unread,
Jun 11, 2020, 11:43:22 AM6/11/20
to phonegap
I will give a try Phonegap Build --- when you say
cordova-ios 5.0.1 supports iOS 9+

you mean major version 9
what 9.x 
what about minor version x=...?   is it 9.1...?

<preference name="deployment-target" value="9.1"/>

jcesarmobile

unread,
Jun 12, 2020, 11:03:17 AM6/12/20
to phonegap
On iOS the deployment target is the minimum iOS version your app supports, so 9+ means iOS 9 and newer, at the moment, all from 9 to 13.

Leonidas Savvides

unread,
Jun 12, 2020, 12:56:01 PM6/12/20
to phonegap
Minor versions go like
9.0, 9.1, 9.2, 9.3 or may skip a number eg after 9.3 jump to 9.7
?
Reply all
Reply to author
Forward
0 new messages