Upload .ipa file to TestFlight

My company enrolled in Apple Developer Program and added me as an admin.

I already created an appleid using my company email. Both using same email address.


1) Based on https://docs.expo.io/versions/v31.0.0/distribution/uploading-appson how to upload it to TestFlight, I'm stuck as Application Loader won't sign me in. Not sure why. It says incorrect password but the password is correct (using App specific password). It doesn't matter how many times I regenerate the App specific password.


2) On the https://developer.apple.com page, when I click App Store Connect, it bring me to this page, https://appstoreconnect.apple.com/ and when I select Apps, it ask me to Enroll. Am I not already enrolled? My company already paid for the fee and added me as admin.


Thanks

Replies

I've having the same problem.


Always used to work. I reset my password and now it constantly fails.


Eager for an answer asap.

Hi Syahrul,


Try to login to https://appstoreconnect.apple.com/

If you can't, ask for the person in your company that enrolled the Apple Dev Program to try and add you as App Manager

After that probably the login in application loader will work (at least worked for me!)


Regards

Enrico

Application Loader has been replaced by the Transporter app available in the Mac app store

I have try a solution to upload, make sure you get the ipa file.

xcrun altool --upload-app -f .ipa -type ios -u useremail -p password

you may get the verbose info:

2022-05-10 21:28:20.225 INFO: ContentDelivery version 2.14.3 ((null)). 2022-05-10 21:28:20.243 INFO: Show Progress: Contacting Apple Services… 2022-05-10 21:28:21.367 INFO: Show Progress: Making copy of ‘FileName.ipa’… 2022-05-10 21:28:21.371 INFO: Show Progress: Preparing to upload ‘FileName.ipa’… 2022-05-10 21:28:21.642 INFO: Show Progress: Analyzing package… 2022-05-10 21:29:13.650 INFO: Show Progress: Sending analysis to App Store Connect… 2022-05-10 21:29:29.927 INFO: COMPLETED - PART 1 2022-05-10 21:29:29.933 INFO: Show Progress: Waiting for App Store Connect analysis response… 2022-05-10 21:29:47.789 INFO: Show Progress: Collecting package attributes… 2022-05-10 21:29:47.789 INFO: Show Progress: Requesting upload instructions from App Store Connect… 2022-05-10 21:29:48.760 INFO: 22 upload operations were requested for 22 parts. 2022-05-10 21:29:48.761 I

2022-05-10 21:30:50.878 INFO: COMPLETED - PART 20 2022-05-10 21:30:51.302 INFO: COMPLETED - PART 5 2022-05-10 21:30:51.782 INFO: Upload progress: 100.000% 2022-05-10 21:30:54.864 INFO: COMPLETED - PART 6 2022-05-10 21:30:54.869 INFO: Time to transfer: 63.021 seconds (1793.87KB/s) 2022-05-10 21:30:54.872 INFO: Show Progress: Checking build state… 2022-05-10 21:30:54.872 INFO: Show Progress: Completing upload… 2022-05-10 21:30:56.694 INFO: Show Progress: Waiting for package to begin processing… 2022-05-10 21:30:57.302 INFO: Show Progress: Uploaded package is processing. 2022-05-10 21:30:57.313 INFO: Show Progress: Upload succeeded. 2022-05-10 21:30:57.313 INFO:

UPLOAD SUCCEEDED Delivery UUID: 2a896588-ca47-41c1-a29b-264c18bd3a12 Transferred 113052291 bytes in 1.05 minutes (1.8MB/s)