Questions tagged [application-loader]

Application Loader is a tool to help to prepare the applications for sale in the App Store.

Application Loader offers fast uploading, stable connections, and early validation warnings. Make sure the status of the application in iTunes Connect is “Waiting for Upload” before using Application Loader to submit the binary files to the App Store or to upload books for the iBookstore.

You can also use Application Loader to create and send a package containing a new iOS hardware accessories prototype application you want to test.

Since 2.7 you can install a new package by importing your metadata from a tab-delimited file or spreadsheet. This is especially useful if you want to create lots of InApp-Purchase items. Use the template provided under the File/Open App Import Template.

Application Loader requires an Intel-based Macintosh with at least 512 MB RAM and Mac OS X version 10.6.8 or later installed.

340 questions
7
votes
1 answer

Upload iOS App to AppStore using port 443

I am trying to upload our apps from command line using altool. Since our firewall blocks some ports, I want to transfer the files in "DAV" mode using HTTPS on port 443. If I do that manually using ApplicationLoader GUI, I can set a parameter for…
Peter
  • 211
  • 2
  • 8
7
votes
5 answers

ERROR ITMS-90046: "Invalid Code Signing Entitlements." using custom applinks

I've tried to upload application to apple store using Application Loader include Associated Domains in application entitlements but I have an error: ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains…
edzio27
  • 4,126
  • 7
  • 33
  • 48
7
votes
1 answer

Automatic IPA uploading with Jenkins and altool fails with 'Transporter not found' error

I'm using Jenkins and altool to validate an iOS package and upload it to my iTunes account automatically. While the validation works fine and I receive no error, the uploading doesn't work.…
Mando
  • 11,414
  • 17
  • 86
  • 167
7
votes
1 answer

XCode 7.1 Testflight Internal Testing bug

I have spent the entire day trying to fix what I do believe by now it is a bug from Apple'e end. I have successfully uploaded an iOS build to iTC which has been properly processed and states 'testing' under the internal testing tab of the…
Joe
  • 2,386
  • 1
  • 22
  • 33
7
votes
3 answers

Phonegap - The Info.plist in the package must contain the CFBundleVersion key

I have followed all steps to generate the .ipa file and went to upload it using the Application Loader but kept getting the following error: The Info.plist in the package must contain the CFBundleVersion key. The Info.plist in the package must…
omarsafwany
  • 3,695
  • 8
  • 44
  • 75
7
votes
2 answers

Application Loader, new weird warning about Signiant Transfer Engine

Application Loader shown me a weird warning message instead of the check-in-big-green-circle before the "Thank you" dialog. "Creating a new Signiant Transfer Engine because the previous transfer had to be canceled. This session is at risk of running…
Naohiro Tsuji
  • 106
  • 1
  • 7
6
votes
1 answer

MonoTouch project leads to Application Loader error message "icon dimensions (0 x 0) don't meet the size requirements"

I compiled a iOS app on MonoTouch for distribution. Now I try to get it on the App Store with the Application Loader. But I get an error message "...icon dimensions (0 x 0) don't meet the size requirements...". On this forum I found other developers…
Jörn
  • 545
  • 1
  • 4
  • 11
6
votes
2 answers

Apple Application Loader altool issue when using api key

I am currently trying to use ALTool to upload my application IPA to App Store Connect as part of a build script. These are the commands I am using: xcrun altool --validate-app -f my-ipa-file.ipa -t ios --apiKey "MYAPIKEY" --apiIssuer…
Leon Lucardie
  • 9,541
  • 4
  • 50
  • 70
6
votes
3 answers

Xcode11 application loader

After upgrading xcode11, I found that the application loader was canceled. Now how to upload the ipa package to the appstore, is there an alternative application loader tool?
hang wu
  • 63
  • 3
6
votes
2 answers

My AppleID is suddenly not being accepted for Application Loader

I used my credentials for create 3 api's in morning but when in noon I tried to create 4th one, application loader fire a message "The application account information was incorrect". I tried to login again button getting same error. My AppleId and…
Prerit Jat
  • 71
  • 5
6
votes
1 answer

Info.plist may not contain the UIRequiredDeviceCapabilities key

When I try to upload my iOS + apple watch app to iTunes using Application Loader, I get the error message ERROR ITMS-90595: "Unsupported Key. The Info.plist of bundle Watchless.app/Watch/WatchlessWatchApp.app/PlugIns/WatchlessWatchApp…
Gerd Castan
  • 6,275
  • 3
  • 44
  • 89
6
votes
1 answer

Deployement Error for iOS in VS Cordova

VS version - 2015 with Cordova update 3Mac OS - 10.10.4iOS  - 9.0 When building in release mode for iOS we get following warnings. But release folder is created with ipa and plist. So when uploading that ipa using application loader it gives…
Sameera R.
  • 4,384
  • 2
  • 36
  • 53
6
votes
5 answers

How to solve ERROR ITMS-90529 on submit application compiled by Xcode 7 GM?

I had submitted the application via Application Loader 3.1. It shows "invalid package Applications built with SDK 9.0 or later must be packaged as proper IPA files." I had received an Email on Sep 12 from Apple which allow to submit apps built by…
northtree
  • 8,569
  • 11
  • 61
  • 80
6
votes
5 answers

ITMS - 90179 Invalid Code Signing / ITMS - 90209 Invalid Segment Alignment

ERROR ITMS - 90179 Invalid Code Signing. The Executable 'Payload/UFO.app/UFO' must be signed with a certificate that is contained in the provisioning profile. ERROR ITMS - 90209 Invalid Segment Alignment. The app binary at 'UFO.app/UFO' does not…
Crook
  • 317
  • 1
  • 3
  • 12
6
votes
3 answers

Invalid image path ios7 icons when Deploying to appstore via Application Loader

I'm receiving an error whenever I attempt to send my application in for review, it appears to be stating the ios7 icons for my app have invalid paths but the icons work in the simulator and on a dev device. It's also stating that it's unable to…
charles.schlue
  • 347
  • 1
  • 3
  • 10