Thanks for the heads up! It appears they’ve fixed it, worked for me too.
@mark504 yes, I saw that today too, application loader took me past the false positives - but we’re not out of the woods yet, now the failure is a string name mismatch … thanks Corona guys for all your hard work! We’ll just have to wait on Apple… Hoping today is worth it
I was able to upload my app, although the first time it tagged it for not having the “CFBundleShortVersionString” which I thought was fixed previously? Anyway, I added it manually and uploaded but got a warning about some game network functions…same thing about non-public API, but it took the app and it is in processing status
It’s fixed in daily builds, but not in the latest public release.
Solution for “CFBundleShortVersionString” is here
http://forums.coronalabs.com/topic/50461-publish-app-failure/
I just tested the uploads again and it does seem that Apple fixed the error that was preventing uploads to the App Store.
Daily build users can use build 2407, which contains the “CFBundleShortVersionString” fix.
Starter and Basic users can use build 2393A but need to add the “CFBundleShortVersionString” parameter to the plist section of the build.settings file.
When you upload, you will get a warning message but will no longer receive the error message that prevented uploads.
Thanks to everyone who reported this issue to Apple.
Hey guys,
I managed to successfully upload the game using Application Loader 2.9.1. However I didn’t receive any email notification nor was the build shown in iTunes Connect. Pressing the ‘Submit For Review’ button pops up a message saying “Please select a build”.
Does anyone have this problem?
Edit: It went through. I guess Apple servers are taking a hit from high traffic. All is good
I had the same issue where the upload didn’t show when I clicked on the “+” symbol next to Build. I went back 30 minutes later and it was there so I guess it doesn’t show up immediately. You do have to click the “Build +” in order to select the build you want to submit.
If you try to upload the same build again, you will get an error that there is already a build with the same version in iTunesConnect.
Ok. Apple have fixed problem. Yuppiiiiiiiiii.
Why the error from Apple regarding Push Notifications (see below)? Is this something I need to fix or I broke?.. or is it an error or issue with Corona SDK (API)? I do not use push notifications in my app and I did not check ‘Push Notifications’ when I created the apps certificate. I am using build 2424.
From Apple:_ _ “If your app does not use the Apple Push Notification service, no action is required. You may remove the API from future submissions to stop this warning. _ If you use a third-party framework, you may need to contact the developer for information on removing the API. _”
I would like to know so if I do another build I will not have the same issue or at least I will have an explanation for it! Thank you.
Here is the entire message from Apple: "
We have discovered one or more issues with your recent delivery for “U-Boat Bunker St Amiot”. Your delivery was successful, but you may wish to correct the following issues in your next delivery:
Missing Push Notification Entitlement - Your app appears to include API used to register with the Apple Push Notification service, but the app signature’s entitlements do not include the “aps-environment” entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning profile that includes the “aps-environment” entitlement. See “Provisioning and Development” in the Local and Push Notification Programming Guide for more information. If your app does not use the Apple Push Notification service, no action is required. You may remove the API from future submissions to stop this warning. If you use a third-party framework, you may need to contact the developer for information on removing the API."
Looks like the apps are no longer giving back errors, I want to thank the staff for keeping us up to date with everything and I never was too worried that a fix was in the works the entire time.
I know patience is difficult but I think this was something Apple cooked up on their end anyway.
It’s a little weird how their new process works. You upload the build with application loader first but can’t submit it until it’s uploaded and in the Application Loader it shoots an error saying you have to check the IDFA box but that’s the following step. Otherwise, it looks very intuitive and “new”.
You can safely ignore the push notification email.
Rob
Well I got this error. Is this Certificate Problem?
Error ITMS-9000 “Missing or Invalid siganature. The Bundle ‘come.coronalabs.CoranaResouces’ at bundlepath 'myapp.app/CoroanResouces.bundle” is not signed using Apple submission certificate
I can install myapp,app on my iphone normally
To me it sounds like you didn’t build the app with a provisioning profile that was set for submitting to the App Store. There are three types of provisioning profiles:
Developer
Submission: AdHoc
Submission: App Store
You need to goto the provisioning portal, make sure you have a profile setup for the app store, download it using Xcode or manually put it in your ~/Library/MobileDevice/Provisioning\ Profiles/ folder. Quit Corona SDK and relaunch it. Select the right profile and build.
If you think this is correct, we would need to see your build.settings and a screen shot of the Corona SDK build screen just before you click the “Build” button. Please don’t black anything out to hide information.
Rob
Now that we’re allowed to upload apps, has anyone else had the message
This bundle is invalid - New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5.1.1 or higher and iOS 7 SDK. Do not submit apps built with beta software.
I wrote a question about that here
Wondering if this is tied to the issue from this thread?
I got the same error. This had been working for the same app for many months.
I cleared all my certificates, emptied the Provisioning Profiles folder, and regenerated everything. Still same problem :(
> Error ITMS-9000 "Missing or Invalid siganature. The Bundle ‘come.coronalabs.CoranaResouces’ at bundlepath
Same error here too!
Just spent two hours to fix this but seems like it’s not something we can change at all.
Apple has confirmed the false positive issue on their end:
While you are getting that, we are aware of the issue. Please tell your developers to keep trying to submit and, if necessary, submit a DTS incident about the rejection. Feel free to pass along to those folks who are getting rejected on this the information about this API in their review appeal.
Thanks.
Anecdotally, several of you have confirmed that you can submit your binaries now. You should be able to use the last public release; you do *not* need the daily build with the workaround (but you will need to add the “CFBundleShortVersionString” to the plist section of build.settings for builds below 2407).
If you are still seeing issues, Apple says to follow up with Apple DTS (e.g. file a DTS incident: https://developer.apple.com/support/technical/submit/). You should reference the fact that GameCenter’s public API (‘setComposeViewDelegate:’ a.k.a the ‘composeViewDelegate’ property in GKFriendRequestComposeViewController) is being incorrectly flagged as a non-public API.
Thanks to everyone who filed a report to Apple. That definitely helped escalate Apple’s attention to the matter!
I just built and attempted to upload to the App Store as well, and am getting this exact same error. Using daily build 2424.