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
Related
I am trying to upload my iOS app to testflight for 3 days. But I can't able to upload it to the testflight.
In Xcode it shows unexpected status code error
So I have tried with the Transporter. It shows the below message. Not sure why it showing.
In the appstoreconnect able to see the testflight as expected. But in the agreements it shows the message as below. If the issue is with this point, how long it will take this process to complete?
Developer Information Update In Process
Note: Your developer information update is currently in process. Until it’s complete, the updated Program License Agreement may not go into effect.
I have created a Flutter Application. I have used Xcode Version 13.1.
I have created all the certificates that are necessary for the development and distribution. Previously I have uploaded around 5 builds for which I have invited the internal and external users as Testers. Those builds are working fine for the testing.
From build no 6 I started facing this strange issue "The requested app is not available or doesn't exist."
I tested the build before it is being uploaded in the TestFlight. It's working fine and also the app moves to Ready to Submit status as well.
From the 6th build i just upgraded my Flutter SDK version to 3.0 and later downgraded this and tried the build.
I tried with a different build by varying the plist data, but nothing works for us. I checked on my mac for the various certificates for this application and they are all good and valid.
I don't understand why for this application I have this behaviour.
Step that i have done:
I built the app.
I tested it on my iPhone.
From Xcode, I made an archive and uploaded it to TestFlight.
The archive has been received by Apple. It was then processed by Apple.
And finally, I received a notification that it was available on TestFlight.
While downloading the app it shows this error message.
But the build is there in the TestFlight.
Someone would have any idea?
While I'm pushing iOS application to TestFlight, every time I see error message status changed to invalid binary.
I've listed steps below what I performed while pushing the build to TestFlight .
Clean build in Xcode
Archive the build by incrementing the build number
In Archive window, Validate the build and once validation is success
Click Distribute App to "App store connect"
Followed all steps appears until "upload" button shown
Click on Upload button
Xcode shows build uploaded successfully
Logon to Appstore connect account
Under the TestFlight , I can see latest build is processing
After ~5 minutes I no longer see my latest build which was showing processing few minutes ago. In my iPad (I've installed AppStoreConnect application), I received notification that status changed to invalid binary.
I had submitted plenty of builds under the same developer account to TestFlight without any issues in the past, but since a week I'm getting this issue. I don't receive any mail from Apple as well why my binary status changed to invalid binary. I also tried my old codebase which I had submitted earlier without any issues to same TestFlight account, still the issue remains same with no clue.
Environment details
Xcode 11.3
App OS version 13.0
Mac OS version 10.14.6
My Apple developer account is active and valid.
If any of you have noticed this issue, help on resolving this issue. Thanks in advance
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 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.