VERIFYING APP - Authenticating with the App Store...

I am trying to upload the app by using the Transporter app,


But it stucks at VERIFYING APP - Authenticating with the App Store...


I am trying to upload the app from the last 6 hours and have not able to upload an app yet.

Replies

Hi Nikunj,

Same issues facing here. if you found solutions please share it:) thanks.

Have you solved the problem, I'm also having the same issue.

Same here...

Found the reason on my side. Yesterday I had tested the logic in my app that related to the time. So I changed the time and date on my machine +10 days and couple of houres. Just setup a correct time on your machine and it's should work!

Same issue here. Have you found a solution? I have not been uploading ipa to Connect for one week. I have contacted with support but they couldn't help me for now and suggest this forum and some other links. No warnings, no errors from both Xcode and transporter.


Hello Okan,


I hope you are keeping well, it is Brie, again from Apple Developer Program Support.


Thank you for your video and answering all the questions in the email sent out to you. I have gone through all the information you sent and one thing stood out, you mentioned that you got a error that referenced UIWeb.


I would like to submit to your attention the Apple Developer Forum (ref. https://forums.developer.apple.com ) which is a great place to post questions and share comments on a variety of technical development topics with fellow developers, and Apple engineers like in this post:
https://forums.developer.apple.com/thread/132174
https://developer.apple.com/documentation/webkit/wkwebview
Also the Developer Technical Support team specializes in code-level assistance for Apple frameworks, APIs, and tools. Please visit our website to learn how to contact them or access free technical support resources.


I hope you will find this information useful and should you have additional questions related to this request, do not hesitate to reply to this email, I’ll be happy to help. Alternatively, you can also submit a request for assistance here. We’re available Monday to Friday, 08:00-16:00 GMT.

Your case number is ******.

Best regards,

Brie
Apple Inc
Here is the steps I followed. Maybe someone can notice that I can't.

Brie gets paid to send people here? I want that job...


Why is that project setting 'Xcode 3.2 Compatible'...?


What are those 105 alerts about?


Seen this SO thread for suggestions?

https://stackoverflow.com/questions/22443425/application-loader-stuck-at-authenticating-with-the-itunes-store-when-uploadin

Click the [Stop] icon, then when it asks whether you want to cancel verification, click no. It somehow proceeded with submission for me.
I finally solved the problem by removing ~/Library/Caches/com.apple.amp.itmstransporter folder.
For safety, it might be better to rename by appending a suffix such as .old.

Then, I uploaded successfully by xcrun altool --upload-app, which recreates the removed cache folder automatically.

Copied from https://stackoverflow.com/a/64373421/1107242
I'm facing the same issue with both Transporter GUI app as well as Fastlane Pilot.

Deleting itmstransporter cache fixes the problem. Build successfully uploaded to TestFlight.

Thanks donald@Lazada 

I had the same issue today, both on Xcode and on Transported, but it worked after I restarted the computer.

It probably deleted the cached files when I did it, so doing the steps suggested above might also work.