Warning about uploading the app

I was uploading the app, then I see a message.

I never have this issue.

warning ITMS-9000"Missing plist key. The info.plist file is missing the required key: CFBundleShortVersionString

What does it mean?

If I upload with this warning, Could the app be rejected?

   this is the build settings

iphone =
    {
        plist =
        {
            CFBundleIconFile = “Icon.png”,
            CFBundleIconFiles = {
                  “Icon.png”,
               “Icon@2x.png”,
               
                 “Icon-60.png”,
                 “Icon-60@2x.png”,
                  “Icon-72.png”,
                  “Icon-72@2x.png”,
                 “Icon-76.png”,
                   “Icon-76@2x.png”,
                   “Icon-Small.png”,
                  “Icon-Small@2x.png”,
                  “Icon-Small-40.png”,
                  “Icon-Small-40@2x.png”,
                   “Icon-Small-50.png”,
                   “Icon-Small-50@2x.png”
               
               
               
               
               
            },
        },
    }

Some folks found this solution useful.

 

 

Please read this blog post:  http://coronalabs.com/blog/2014/08/21/ios-building-issue/

Basically, Daily build 2407 and later will insert this key for you.  If you’re a Starter or Basic subscriber you will need to add the key Alex mentioned above to your build.settings until the next public build.

Rob

thanks for the link. It works

Will an app submitted with the latest public build that doesn’t have CFBundleShortVersionString added be rejected?   I uploaded an app and got the warning, but it made it all the way through to “Waiting for Review” status in iTunes Connect…   

If it got to waiting on review, you’re probably okay.

Rob

I have “Waiting for Review status” now

I’ve entered CFBundleShortVersionString in build settings but I still have this error! :angry: 

@patso, can you post your build.settings here please?  Can you confirm what version of Corona SDK you are using?

   this is the build settings

iphone =
    {
        plist =
        {
            CFBundleIconFile = “Icon.png”,
            CFBundleIconFiles = {
                  “Icon.png”,
               “Icon@2x.png”,
               
                 “Icon-60.png”,
                 “Icon-60@2x.png”,
                  “Icon-72.png”,
                  “Icon-72@2x.png”,
                 “Icon-76.png”,
                   “Icon-76@2x.png”,
                   “Icon-Small.png”,
                  “Icon-Small@2x.png”,
                  “Icon-Small-40.png”,
                  “Icon-Small-40@2x.png”,
                   “Icon-Small-50.png”,
                   “Icon-Small-50@2x.png”
               
               
               
               
               
            },
        },
    }

Some folks found this solution useful.

 

 

Please read this blog post:  http://coronalabs.com/blog/2014/08/21/ios-building-issue/

Basically, Daily build 2407 and later will insert this key for you.  If you’re a Starter or Basic subscriber you will need to add the key Alex mentioned above to your build.settings until the next public build.

Rob

thanks for the link. It works

Will an app submitted with the latest public build that doesn’t have CFBundleShortVersionString added be rejected?   I uploaded an app and got the warning, but it made it all the way through to “Waiting for Review” status in iTunes Connect…   

If it got to waiting on review, you’re probably okay.

Rob

I have “Waiting for Review status” now

I’ve entered CFBundleShortVersionString in build settings but I still have this error! :angry: 

@patso, can you post your build.settings here please?  Can you confirm what version of Corona SDK you are using?