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
227
votes
40 answers

Application Loader stuck at "Authenticating with the iTunes store" when uploading an iOS app

We have been trying to submit an app to the iTunes store using Application Loader for three days and keep getting stuck at the "Authenticating with the iTunes store" step. We have read many forums (including stackoverflow) and tried what was…
rufusrobot
  • 2,271
  • 2
  • 12
  • 3
92
votes
11 answers

How to upload IPA now that Application Loader is no longer included in Xcode 11

I'm a little afraid to ask this question because the problem seems huge to me and yet I don't see anyone panicking about it. I'm a little afraid to sound crazy, but I'm going to go for it : As we can read on Apple's post Submissions Update…
Enzo B.
  • 2,341
  • 1
  • 11
  • 33
87
votes
27 answers

ERROR ITMS-90164/90046: Invalid Code Signing Entitlements

Note: I'm developing using Xamarin. Similar question posted in Xamarin Forum here I'm creating an app called, say CompanyApp. Then I created an App ID for it com.Company.CompanyApp, along with Distribution Provisioning Profile that uses the…
56
votes
9 answers

Invalid Image Path - No image found at the path referenced under key "CFBundleIconFile": Icon.png

I got this error from Application Loader when uploading my app to App Store. My app was developed at the time of iOS 3.0, and still targets at iOS 4.3 and above. I recently updated the app to make it iOS7-compatible. But the Application Loader…
Julia Zhao
  • 899
  • 1
  • 6
  • 11
54
votes
5 answers

How to Create the Upload File for Application Loader?

When I use Application Loader, I get to the point where it asks me to "Choose..." the file to be uploaded. If I understand correctly, it supposes to be the appName.app file I see under "Products" on my app bundle (I right click it and select "Show…
Ohad Regev
  • 5,641
  • 12
  • 60
  • 84
50
votes
4 answers

Application Loader Warning - Resulting API Analysis File is too large

I am getting a strange error when I submit my application via application loader tool. The resulting API analysis file is too large. We were unable to validate your API usage prior to delivery. This is just an informational message. The…
goelv
  • 1,039
  • 2
  • 11
  • 21
46
votes
7 answers

"Unable to Validate your Application Error" While Uploading a new version of iOS App

I have been trying to upload a new version for my ios App But I always end up receiving this error "UNABLE TO VALIDATE YOUR APPLICATION, "The application you have selected does not exist" From Xcode Archiver. I followed this question here Xcode 6.4…
Geet
  • 2,427
  • 2
  • 21
  • 39
45
votes
1 answer

Updated iOS Applications Agreement

I am trying to upload my app but I get this error when I try to upload it through Application Loader: A new version of the iOS Paid Applications Agreement with updated pricing information is now available in the Contracts, Tax, and Banking…
Abdelrahman Eid
  • 881
  • 2
  • 13
  • 28
43
votes
8 answers

The app references non-public selector in id (Facebook SDK iOS)

I was having this warning when submitting my app with Application Loader. The app references non-public selector in MyApp : id This warning can potentially reject my app from Apple AppStore's validation. My app is using Facebook SDK iOS 3.1.1 (also…
Kalzem
  • 7,320
  • 6
  • 54
  • 79
40
votes
1 answer

This bundle is invalid - Your archive contains paths that are not allowed: ( "AppThinning.plist" )

We made an archive with Xcode 9. We exported this archive with Xcode 9. We successfully uploaded the app to iTunes Connect with Application Loader. Yet, soon after, we got this message: This bundle is invalid - Your archive contains paths that are…
Cœur
  • 37,241
  • 25
  • 195
  • 267
30
votes
13 answers

Application Loader: ERROR ITMS-90502

I am trying to upload a new build to TestFlight, but Application Loader gives me the following error: ERROR ITMS-90502: "Invalid Bundle. Apps that only contain the arm64 slice must also have 'arm64' in the list of UIRequiredDeviceCapabilities…
Andrii Chernenko
  • 9,873
  • 7
  • 71
  • 89
29
votes
10 answers

itunesconnect using application loader behind a firewall

I was trying to upload the app store build zip file of my app to app store. When using behind my office firewall, the TCP/IP connection failed. I need to know what exact port should be open to upload iPhone application by using application loader.…
karim
  • 15,408
  • 7
  • 58
  • 96
26
votes
4 answers

iOS : Resubmit the rejected app after fixing issue

My App was rejected by Apple, Now I have fixed the issues and want to upload the updated bundle file, but when I try opening the compressed bundle file using Application loader, I am getting an error "No eligible applications were found" for…
Vinayak Bevinakatti
  • 40,205
  • 25
  • 108
  • 139
25
votes
5 answers

Getting ERROR ITMS-9000 when trying to upload an app using Application Loader

When I try to upload an application to iTunes Connect using application loader, I get these errors: Apple's web service operation was not successful Unable to authenticate the package: (app id).itmsp ERROR ITMS-9000: "Invalid Code Signing…
Jojodmo
  • 23,357
  • 13
  • 65
  • 107
24
votes
3 answers

How should the keychain option be used for altool?

I'm trying to use the @keychain option with the -p switch in altool in order to load my iTunes Connect password from the keychain: altool --validate-app -f "${IPA}" -u "redacted" -p "@keychain:?????" I'm trying to figure out what I need to enter…
Mike Mertsock
  • 11,825
  • 7
  • 42
  • 75
1
2 3
22 23