An error occurred uploading to the iTunes Store

I’m having problems uploading a build to the app store. The upload worked correctly on 2/18/2013, but I noticed a bug after submission, so I “Developer Rejected” the build. Now I’ve been trying to upload a new build for a few days, and I always get this message from the Application Loader “An error occurred uploading to the iTunes Store.” The change for the bugfix was fairly minor - only a few small changes to a couple existing code files.

Any suggestions? DId Apple change something in the submission process? Do I need to create a new version in iTunes Connect?

[import]uid: 192260 topic_id: 36270 reply_id: 336270[/import]

You don’t need to create a new version, but you do need to go into iTunes Connect and say you’re ready to upload your binary again.
[import]uid: 199310 topic_id: 36270 reply_id: 144080[/import]

Yep, I did that. Application Loader lets me select the app and start the upload (Send) process, but it fails with the rather useless error message: “An error has occurred…” [import]uid: 192260 topic_id: 36270 reply_id: 144086[/import]

And now it works. WTF?! I wanted to make sure that Corona was using the correct version of the Application Loader, so I launched it from Spotlight. The version numbers were the same, but this time it uploaded successfully. Nothing with the project has changed, and I didn’t do anything with iTunes Connect.

This is really strange!
[import]uid: 192260 topic_id: 36270 reply_id: 144087[/import]

You don’t need to create a new version, but you do need to go into iTunes Connect and say you’re ready to upload your binary again.
[import]uid: 199310 topic_id: 36270 reply_id: 144080[/import]

Yep, I did that. Application Loader lets me select the app and start the upload (Send) process, but it fails with the rather useless error message: “An error has occurred…” [import]uid: 192260 topic_id: 36270 reply_id: 144086[/import]

And now it works. WTF?! I wanted to make sure that Corona was using the correct version of the Application Loader, so I launched it from Spotlight. The version numbers were the same, but this time it uploaded successfully. Nothing with the project has changed, and I didn’t do anything with iTunes Connect.

This is really strange!
[import]uid: 192260 topic_id: 36270 reply_id: 144087[/import]

You don’t need to create a new version, but you do need to go into iTunes Connect and say you’re ready to upload your binary again.
[import]uid: 199310 topic_id: 36270 reply_id: 144080[/import]

Yep, I did that. Application Loader lets me select the app and start the upload (Send) process, but it fails with the rather useless error message: “An error has occurred…” [import]uid: 192260 topic_id: 36270 reply_id: 144086[/import]

And now it works. WTF?! I wanted to make sure that Corona was using the correct version of the Application Loader, so I launched it from Spotlight. The version numbers were the same, but this time it uploaded successfully. Nothing with the project has changed, and I didn’t do anything with iTunes Connect.

This is really strange!
[import]uid: 192260 topic_id: 36270 reply_id: 144087[/import]

You don’t need to create a new version, but you do need to go into iTunes Connect and say you’re ready to upload your binary again.
[import]uid: 199310 topic_id: 36270 reply_id: 144080[/import]

Yep, I did that. Application Loader lets me select the app and start the upload (Send) process, but it fails with the rather useless error message: “An error has occurred…” [import]uid: 192260 topic_id: 36270 reply_id: 144086[/import]

And now it works. WTF?! I wanted to make sure that Corona was using the correct version of the Application Loader, so I launched it from Spotlight. The version numbers were the same, but this time it uploaded successfully. Nothing with the project has changed, and I didn’t do anything with iTunes Connect.

This is really strange!
[import]uid: 192260 topic_id: 36270 reply_id: 144087[/import]

I have to use wildcard app id. On Upload At iTune store the error on:

ERROR: ERROR ITMS-9000: “Invalid Code Signing Entitlements. Your application bundle’s signature contains code signing entitlements that are not supported on iOS. Specifically, value ‘VH62U5T75R.K-Out’ for key ‘application-identifier’ in ‘KOut.app/KOut’ is not supported. This value should be a string starting with your TEAMID, followed by a dot ‘.’, followed by the bundle identifier.”

Problem solve me…

@lokeshkumawat27, you have a different issue.  Please start a new thread or search for your error using the search box as the top.  This thread is about issues with application loader not talking to iTunes correctly.  When you post about something different it’s called “hijacking the thread” and it confuses users who are searching for answers.   But just to be clear, you cannot distribute an app to iTunes using a wildcard App ID.  You have to go into the provisioning portal, create a unique AppID based off of your distribution certificate and generate a provisioning profile using that AppID.  That profile has to be downloaded to a folder in your home directory called:

Library/MobileDevice/Provisioning Profiles

This is not the system wide Library folder but one inside your home directory.  Apple hides this from you so using Finder you can do:  Go->Go to Folder and enter:  ~/Library/MobileDevice/Provisioning Profiles

The ~/ at the front is important.   Put the .mobileprovision file that you downloaded there and restart Corona SDK.

@RandomUser its very likely that there could have been an Internet hiccup between you and the Apple servers when you tried.

Rob

I have to use wildcard app id. On Upload At iTune store the error on:

ERROR: ERROR ITMS-9000: “Invalid Code Signing Entitlements. Your application bundle’s signature contains code signing entitlements that are not supported on iOS. Specifically, value ‘VH62U5T75R.K-Out’ for key ‘application-identifier’ in ‘KOut.app/KOut’ is not supported. This value should be a string starting with your TEAMID, followed by a dot ‘.’, followed by the bundle identifier.”

Problem solve me…

@lokeshkumawat27, you have a different issue.  Please start a new thread or search for your error using the search box as the top.  This thread is about issues with application loader not talking to iTunes correctly.  When you post about something different it’s called “hijacking the thread” and it confuses users who are searching for answers.   But just to be clear, you cannot distribute an app to iTunes using a wildcard App ID.  You have to go into the provisioning portal, create a unique AppID based off of your distribution certificate and generate a provisioning profile using that AppID.  That profile has to be downloaded to a folder in your home directory called:

Library/MobileDevice/Provisioning Profiles

This is not the system wide Library folder but one inside your home directory.  Apple hides this from you so using Finder you can do:  Go->Go to Folder and enter:  ~/Library/MobileDevice/Provisioning Profiles

The ~/ at the front is important.   Put the .mobileprovision file that you downloaded there and restart Corona SDK.

@RandomUser its very likely that there could have been an Internet hiccup between you and the Apple servers when you tried.

Rob