This is a migrated thread and some comments may be shown as answers.

CFBundleShortVersionString missing in plist

2 Answers 117 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Darren
Top achievements
Rank 1
Darren asked on 31 Aug 2014, 05:18 AM
Hi

Just tried submitting an AppBuilder App (it is already in app store - third version) and my binary app.ipa upload failed. iTunes complained about CFBundleShortVersionString missing from the plist.

It is not in the plist so I added it like below - rebuilt the app.ipa and resubmitted without a problem.

Think App Store may be a little more fussy now and Telerik should include this in the default builds

<key>CFBundleVersion</key>
<string>$BundleVersion$</string>
<key>CFBundleShortVersionString</key>
<string>$BundleVersion$</string>

Should it be reported as a bug???

Thanks
Darren

2 Answers, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 03 Sep 2014, 11:49 AM
Hi Darren,

Thank you for contacting us. Apple have indeed introduced a new requirement in the bundle approval process when uploading your app to iTunes Connect. Info.plist must now contain the following key: CFBundleShortVersionString.

Currently, AppBuilder does not automatically set this key and you need to set it manually as you have already done. We are aware of the issue and we have outlined the steps for manually adding the key in 
this forum post. We will also make sure to include a fix (to automatically set this key based on the value for Version that you have set in the Project Properties dialog) with our next release.

Regards,
Tina Stancheva
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
0
Tina Stancheva
Telerik team
answered on 11 Sep 2014, 05:24 PM
Hi Darren,

The Telerik AppBuilder 2.5 release is out and this issue is addressed accordingly. For more information, check the release notes.

Regards,
Tina Stancheva
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
General Discussion
Asked by
Darren
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or