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.
I dont understand, i have done the same with the last version of my app and its giving me this error, you say the Problem A its resolved but im having the same issue, not a valid apple submission certificated…
i put the short string version, and all other stuff i created a lot of profiles to try it and the same error occurs… i need help because i have a big bugs in the online version that i want to resolved with this new one and on google play is updated but not in apple Store, i have 3 days doing everything and nothing happens!
best regards!
Ok, i delete everything and it’s working! thanks got sometimes apple Store makes me crazy!
I solved my problem.
My client gave me a provisional profile with a certificate different of that i had permission.
I configure the provisional profile with certificate correct and work.
Thaks Rob!!!
Submitted successfully by rebuilding with the same Corona 2393a and uploading separately with Application Loader 3.0! So disregard my post above.
So what is the actual solution to the “not signed using an Apple Submission Certificate”? I have deleted all my profiles/certs and recreated everything trying to get this crapola working again.
Added this to my build settitngs.
CFBundleIconFile = “Icon.png”,
CFBundleShortVersionString = “1.0”,
CFBundleName = “Bumblebee Slot Machine”,
CFBundleDisplayName = “Bumblebee Slot Machine”,
CFBundleIdentifier = “slot.machine.bumblebee”,
This is driving me mad, I mean damn!!!
I know my certs and provisioning profiles etc. that I just recreated are all fine, just tried a sample app with xcode and everything went just fine, just anything built with Corona gives me the apple submission certificate error.
Oh btw using latest build: 2014.2460