[RESOLVED] Apple/iOS App Submission Errors

Maybe I can give some help with the CFBundleShortVersionString , because I resolved it just a day ago:

In your build.setting file, make sure you included the CFBundleShortVersionString key inside the plist table, like so:

settings = { iphone = { plist = { CFBundleShortVersionString = “x.xx” } } } 

And then as you build the app from Corona Simulator, type that exactly same version string in the “Version” input field.

Popup Dialog , “Build for iOS”, “Version” : x.xx

And THEN, make sure your app version has the EXACT same text in iTunesConnect !

iTunes Connect : General App Information, “Version” (underneath your App ID)

Then Application Loader should pass your app once everything matches.

In short: 

build.setting (CFBundleShortVersionString) === Corona Simulator pop-up dialog “Version” === iTunesConnect App Version

It worked for me (still) as of last night Sept 22; but I am using Starter SDK 2393a

This is fixed in a later daily build.  For those using 2393a, you have to add this key to your build.settings.

Rob

I’ve now got it working. I still hate Apple and their lock in crud. Lets hope the Apple 2 / Macintosh cycle repeats itself soon - thanks folks :slight_smile:

Hi Rob.

I have the same error “Missing or invalid signature - The bundle ‘XXXX’ at bundle path ‘XXXX’ is not signed using an Apple submission certificate.”

I delete special characters (UTF-8 letters in the path, spaces, etc.), but don’t work it.

I have Corona Basic.

Help me please!!!

Hi Rob.

I have the same error “Missing or invalid signature - The bundle ‘XXXX’ at bundle path ‘XXXX’ is not signed using an Apple submission certificate.”

I delete special characters (UTF-8 letters in the path, spaces, etc.), but don’t work it.

I have Corona Basic.

Help me please!!!

Please copy/paste the entire message you are getting.

ERROR ITMS-9000: “Missing or invalid signature. The bundle ‘com.xxxxxxx.xxxx’ at bundle path ’ ‘Payload/xxxxxx.app’ is not signed using an Apple submission certificate.”

 

Thanks!!!

@Carlos13 Can you post a screen shot of your Corona SDK build screen just before you press the build button?

What version of Corona SDK are you building with?

Can you take a screen shot of the folder with your main.lua in it (so I can see the files in the folder)?

Are you trying to edit the Info.plist file in the app bundle before you upload it?

Thanks

Rob

I tried to upload this morning and forgot about the CFStringShortVersion, so I put it in so it matched my version 1.0, and it flipped my simulator vertical while keeping the app horizontal, so I have blank black space underneath my app, and it is cut off. 

Help?

My code looks like: 

plist=  

         {  

              UIApplicationExitsOnSuspend = true,  

              UIHiddenStatusBar=“YES”, 

       CFBundleShortVersionString = “1.0” 

              CFBundleIconFile=“Icon.png”,  

              CFBundleIconFiles = {  

I also tried to post a screenshot with this post, but it won’t let me use an image extension? 

       CFBundleShortVersionString = “1.0” 

looks like missing a comma after wards?

Pickion Games, 

Yes I did. haha But i added it in and still same issue. =( 

Hello Rob, you look the screenshots my app.

https://www.dropbox.com/sh/b5ku8brhlt4o5v5/AAAJGonnu8Agwc4BnwiS9-7Ta?dl=0

My version of corona sdk is 2014.2393 (2014.8.5).

My file build.setting is:

settings = {

    

    orientation = {

        default = “landscapeRight”,

        supported = {“landscapeRight”,“landscapeLeft”}

    },

    

    iphone = {

        plist = {

            CFBundleDisplayName = “ColorMania”,

            CFBundleName = “ColorMania”,

            CFBundleIdentifier=“com.etherealgf.colormania”,

            UIApplicationExitsOnSuspend = false,

            MinimumOSVersion = “6.0”,

            CFBundleShortVersionString=“1.0”,

            UIAppFonts = { “fonts/badabb.ttf”,“fonts/TrashHand.ttf” },

            CFBundleIconFile = “Icon.png”,

            CFBundleIconFiles = {

                “Icon.png”, 

                “Icon@2x.png”, 

                “Icon-72.png”, 

                “Icon-76.png”,

                “Icon-60@2x.png”,

                “Icon-76@2x.png”,

                “Icon-128.png”,

            },

            UIStatusBarHidden = false,

            UIPrerenderedIcon = true – 

           

        }

    },

    

    plugins =

    {

        [“CoronaProvider.ads.admob”] =

        {

            publisherId = “com.coronalabs”,

        },

    },

    

}

Thank Rob.

Please provide all this information again this time do not block out your values.  I can’t help if I can’t see them.  That means don’t replace things in your build.settings with XXXXX’s and don’t red out your AppID in the build screen.

If you are too uncomfortable with this, then I would suggest removing

          CFBundleIdentifier=“com.xxxxxx.xxxxxx”,

from your build.settings.

Rob

Hello @Rob, and I putted the screenshots in the following link:

https://www.dropbox.com/sh/b5ku8brhlt4o5v5/AAAJGonnu8Agwc4BnwiS9-7Ta?dl=0

Also I need use de the bundle “com.iberiangames.colormania”.

Thank…

Been a while since I last replied (to busy with work) but I’ve been able to compile and send the binary successfully to Apple, I just needed to add the short bundle version string to my build.settings and I was done (probably an invalid checksum or something similar that messed it up). It’s currently waiting for review.

Hello @Rob, and I putted the screenshots in the following link:

 

https://www.dropbox.com/sh/b5ku8brhlt4o5v5/AAAJGonnu8Agwc4BnwiS9-7Ta?dl=0

 

Also I need use de the bundle “com.iberiangames.colormania”.

 

Thank…

@carlos13  You seem to be using a profile called “Color Mania Test”.  Are you sure this is a distribution profile that is tied to the com.iberiangames.colormania AppID?

My profile  “Color Mania Test” do reference to bundle “com.etherealgf.colormania”, but I have other profile (com.iberiangames.colormania), I only used the bundle “com.etherealgf.colormania”.

I sure that my provisional profile is correct. 

What other problem could be related?

i have the same issue trying a lot of things 3 days ago!!

[sharedmedia=core:attachments:1673]

im tired f@!@# applestore

Where do I download this? It’s a month old by now and still not downloadable. I have 2393a, latest online says 2393. Getting error A.

Edit: adding short bundle string.

Edit: didn’t help.

Code signing certificate is installed and correct. No spaces or non-ascii characters in filenames anywhere. App has been tested on numerous devices and IOS Simulator. I’m pretty much lost. Probably Apple added another requirement to their app format?

Or I could try 2342 if you make it available.