I got this error when uploading my build in iTunes Connect:
iTunes Store operation failed.
This action could not completed. Try again.
I tried, and tried, but nothing.
The steps I have done are:
XCode
-> Product
-> Archive
-> Upload to App Store
-> Error
For programming, I use C# and I use Unity to build for XCode.
There are no errors when I compile the build; the error happens only when I upload it to the App Store.
Try to upload your app with Application Loader. sometimes i faced same issue with Xcode7.2 or greter then will try upload app with Application Loader. it's worked fine. click here to check my ans How to upload app with App Loader.
I recently ran into this issue after updating Mac OS to v10.12 and XCode to v8.3.2. I had never had any issues in the past with deploying apps to the app store, but after the updates, my uploads repeatedly failed 15+ times over the course of a day. Closing XCode and restarting my macbook did not resolve the issue. The uploads typically failed in the "Authenticating with iTunes" step.
Long story short, I ended up disabling two-factor authentication for my iCloud account and my app uploaded without an error the first try. I believe there is a bug with Apple resulting in two-factor authentication breaking the iTunesConnect upload process. Here are the steps to disable two-factor authentication if you think this may resolve your issue:
Go to https://appleid.apple.com/#!&page=signin
Sign in and scroll to "Security"
Click "Edit", then follow the steps to turn off two-factor authentication.
NOTE: This is just a workaround. Ideally, Apple will patch the bug so that we don't need to disable two-factor authentication to successfully upload apps.
Related
I'm trying to install my app from TestFlight.
When I press INSTALL, the download indicator runs for a sec and then stops.
I can see the app on my phone, clicking on the app raises
Unable to install the app, please try again later.
It's very weird, since I run the app on a physical device using Xcode, and everything was just fine. Also, older versions of the app are downloaded from TestFlight without any problem.
The app passed through all checks before uploading to the store.
How is it possible that I cannot install the app from TestFight?
What can I do in order to debug this issue?
This can be happen with number of reasons as given below:
Might be you are using the developer profile instead of Adhoc profile
OR using an app identifier that is different from the one that belongs to your profile
OR might be an issue in enable/disable of iCloud and Gamecenter
What you can do is you can connect the device to PC/Mac. Open the iPhone Configuration Utility and see the logs after you press install from the build in TestFlight. It will helps you to dig it.
And last hope is this issue can be at apple side as many developer are facing as given below: https://developer.apple.com/forums/thread/26759
It's not the correct answer.
In case you are in a rash, and your project was already uploaded from another Mac to the store, a temporary solution will be to import the project to a well-configured Xcode from another computer and send it configured back to your computer. Make sure you have all necessary certificates, Build, and upload to the store. Then I was able to run the app on TestFlight and upload new updates without problems.
IMO, Apple did a really bad job connecting and configuring Xcode projects to the store. As a Flutter developer, I upload apps for both App Store and Play Store, and working with Apple is frustrating. There were no logs or indications about this issue, and it's almost impossible to track the mistake.
I am added as Admin in both developer and iTunes connect account by my client. First time, I have sent the testflight successfully. But second time getting this error
"No account with iTunes Connect access "
I don't know why i am getting this though i am added as admin. I checked with other SO Q&A. Didn't get the correct solution. Please help me out.
here is the screen shot link
Sometimes we may get this issue if we upload the app through window -> organize in xCode. This problem with from apple server I guess.
There is one other way to upload the app in appstore using Application loader Tool.
Check this link on how to upload app using applicaiton loader tool:
Upload your app binary files with Application Loader
Try this. This may help you out easily.
I had uploaded a build using xcode 7 to iTunes Connect. It shows up in the activity tab for some time with status as processing. But if I refresh the browser window then the build disappears. I have uploaded many builds but for now use. I have waited for more than two days. But still the build is not visible in the activity tab. I have re-generated provisioning profile and then uploaded the build but still not visible. Any kind of help is appreciated.
I searched the web for this issue, some say that the build will start displaying after 24 hours some say there is problem with the provisioning profile. I waited for more then two days and changed my provisioning profile but for no use. Then I checked my email for any mail from Apple regarding the issue. I had mails from itunesconnect#apple.com specifying the issue with my code. It was as follows:
Dear developer,
We have discovered one or more issues with your recent delivery for "XYZ". To process your delivery, the following issues must be corrected:
TestFlight SDK - TestFlight no longer requires an SDK to enable beta testing, crash reporting and analytics. To continue using TestFlight, set up Beta Testing in iTunes Connect and remove references to the SDK from the following executables: Fix It!.app/Fix It!
Once these issues have been corrected, you can then redeliver the corrected binary.
Regards,
The App Store team
I removed TestFlight SDK from my project and then again uploaded the app to iTunes Connect. It successfully uploaded and did not disappear again. I you are getting this issue I suggest you to check your Itunes Connect email to find for real issue.
I'm testing an iOS App using TestFlight.
I have already successfully tested 8 Build pre-release but now it is not working anymore.
I have upload the built and it has been approved by Apple, invitations to external testers has been sent and properly received, but when they open TestFlight and try to download the App the download stops just before the end and an alertView says:
Your request couldn't be completed
NOTES:
I have tried the download on different devices but none has worked.
TestFlight is incrementing installation count also if none download has been completed.
I have upload the built today in the morning.
Found solution.
Latest XCode version changed the default build code signing identity to Developer, when it should be Distribution to work with TestFlight.
While it throw any error while uploading, it's the one causing the problem.
Just change it and it will work again
Yesterday I created an app with a new certificate and uploaded it to iTunes Connect. I invited 2 friends to internal tests and they accept the invite and downloaded the TestFlight App on iPad and iPhone. They can see the app but get the following message:
"TestFlight is currently unavailable. Try again later."
On System Status from Apple I can see it runs.
I had the same error, the answer to this question helped me.
"I re-downloaded the distribution profile for the app and re-archived the app. Now TestFlight works. Make sure that you select a Distribution profile (not Development)" - answered Jun 17 at 20:11 by Alessandro
We got this error and continued to "Try Again" for 14 hours. We kept trying all the things found on Google such as checking expired provisioning profiles. What solved it for us was expiring the last build that was upload just before this started to happen.
Here are some other related details:
The problematic build took an exceptional long time to process before we were notified by Apple that it was available.
Apple System Status reported that test flight was having issues during the time that we uploaded the app.
Just try after sometime. When I tried to download after 1 hour I could download the app.
The error message
"TestFlight is currently unavailable. Try again later."
means that TestFlight is currently not available, and that you should try whatever you tried to do again at a later time.
You might take the opportunity to think about whether any error messages that you display to your users are clear enough.