Hi Everyone…
I am trying to upload my app and I got this ERROR
in application loader 3 the newest one
ERROR ITMS-9000 “Missing plist key. The Info.plist file is missing the require key: CFBundleShortVersionString”
Any suggestions in how to solve this
Also I got some WARNINGS for Missing reccomended icon 120, 152, and 76 but I know for sure I have those in my main folder
Please I need your help
Thank you very much
I saw this on line
someone said that they add “string” to something
<gap:config-file platform=“ios” parent=“CFBundleShortVersionString”>
<string>114</string>
</gap:config-file>
and this fix the problem…
In Corona how would I do that? I don’t get it
Same thing here
This is an easy fix. You just need to add the CFBundleShortVersionString key to your Info.plist file.
Click your Info.plist file in your project. Right click and select “Add Row”. Then paste in the string “CFBundleShortVersionString”. It will automatically change it to read: “Bundle versions string, short”.
Then choose a value like 1.0 or whatever you want your version to be.
but nothing in Corona SDK