Questions tagged [testflight]

TestFlight was a developer tool provided by Apple for distributing iOS builds wirelessly to beta testers. The service was terminated on February 26, 2015, and the functionality is now provided by iTunes Connect.

TestFlight was a developer tool provided by Apple for distributing iOS builds to beta testers. The service was terminated on February 26, 2015, and the functionality is now provided by iTunes Connect.

TestFlight Beta Testing makes it easy to invite users to test your iOS apps before you release them on the App Store. You can invite up to 1,000 external testers using just their email address.

Registered Apple developers could invite 25 internal testers using an iTunes Connect account using just an email address. Internal testers have immediate access to beta builds after they have been uploaded to iTunes Connect. External testers will have access after the build has undergone a beta app review process which typically takes less time than a full review for the App Store. Beta app review is not required when uploading additional builds of the same app version as long as there have not been "significant" changes made.

Prior to Apple acquiring TestFlight, it was a developer tool used for distributing iOS and Android builds to testers. The original TestFlight site is scheduled to shut down on February 26th 2015.

Reference:

2105 questions
12
votes
1 answer

TestFlight crash log not showing in Xcode?

Ok. I am on the latest version of Xcode, macOs, everything is updated. I just uploaded a new build to TestFlight and all of a sudden no crash reports are showing up in Organizer. I know we had a crash because my tester showed me his phone - I had…
blue
  • 7,175
  • 16
  • 81
  • 179
12
votes
4 answers

The encryption information is unavailable. Try again. TestFlight

The app is uploaded without errors, but when I press the install button I get this message: I'm using macOS Sierra 10.12 and Xcode 8. This has never happened to me in old versions of Xcode. What could be wrong?
jose920405
  • 7,982
  • 6
  • 45
  • 71
12
votes
1 answer

How should an organization with multiple iOS applications under development manage iOS distribution certificates?

I've recently had some involvement with a group with an organizational account for iOS development. They have multiple teams all developing separate iOS applications. I was somewhat surprised to learn that there is no coordination at all of use of…
timday
  • 24,582
  • 12
  • 83
  • 135
12
votes
4 answers

ITunes Connect/Testflight - The request app is not available or does not exist

I just moved from distributing beta versions of my iOS app through testflightapp.com to the TestFlight service baked into iTunes Connect. Some external testers (not tried internal) are having no problem, some are getting this message when they…
chrisw
  • 273
  • 1
  • 4
  • 11
12
votes
1 answer

Will submitting a build for TestFlight Beta Testing stop the Final Review Test for the same build?

The new TestFlight integration is great but it is generating a bit of confusion, and now that my app has been in 'Waiting for Review' status for over 10 days, i'm worried i don't fully understand it. I have an app Ver 1.1 Build 567 now selected for…
nuno
  • 123
  • 1
  • 1
  • 7
12
votes
4 answers

Is there any automatic Testflight upload script on application archiving?

I found that Testflight is supporting application uploading through API call http://testflightapp.com/api/builds.format. It accepts application package, dsyms, application info and other. So my question is next: Is there any automatic script for…
Roman Truba
  • 4,401
  • 3
  • 35
  • 60
12
votes
4 answers

Error Upload TestFlight : Invalid IPA / dSYM not found

This shown on TestFlight web after uploaded. "Invalid IPA: Couldn't find executable specified in Info.plist - check the value of your CFBundleExecutable key." while on Testflight desktop application, shows dSYM not found, hence couldn't…
HelmiB
  • 12,303
  • 5
  • 41
  • 68
12
votes
2 answers

Adding a new provisioning profile to an existing TestFlight build

So I've been using TestFlight with an app that's in development. And up until now, the Beta users haven't been changing that quickly, so it's been pretty easy to just add a new device to the provisioning file and post a new build whenever needed. …
Will Moore
  • 510
  • 1
  • 5
  • 14
11
votes
4 answers

can we use developer provisioning profile to upload (.ipa) to testflight?

I wanted to know that with the provisioning profile of the of iphone developer i was able to generate the (.ipa) for uploading to testflightapp. But it gives me an error in the testflight that "it is invalid (.ipa)" Is that because of the fact the i…
hariszaman
  • 8,202
  • 2
  • 40
  • 59
11
votes
4 answers

xcode 4.3.1 - Share archive option not visible

I am trying to put my build up for testing on TestFlightApp. In my previous version of xcode, I was able to view the "share" option after archiving, which I used to create the ipa file. The ipa file was uploaded to testflight and everything worked…
user1260340
  • 113
  • 1
  • 5
11
votes
3 answers

Test Flight sessions are empty

I upload builds to testflightapp.com for testers. Some of my sessions don't have logs inside, only start time and no finish time. Either there are no crash logs, so as I suppose crashes are not relative to this issue. I don't have problems with the…
user801255
  • 607
  • 1
  • 8
  • 23
11
votes
1 answer

An exception has occurred: issuerId is required

I am trying to upload the ipa to the testflight using the azure pipelines. This was working fine before but all of a sudden I am receiving this error message, Transporter transfer failed. 2022-10-19T16:39:48.6038120Z [16:39:48]:…
SVG
  • 809
  • 6
  • 21
11
votes
0 answers

How to Install Old version builds from Google Play Internal Testing?

TestFlight provides a way to download and install the old builds. Is there a similar functionality offered in Google Play internal testing. We have a situation where we need to download and install a old version of the app released through Google…
11
votes
3 answers

Deploying iPhone and iPad apps on Apple silicon Macs from TestFlight

With the advent of iPhone and iPad apps on Apple silicon Macs, I am wondering how I can distribute beta builds of our app to test on the new hardware without making it accessible to the public. We have disabled public downloads of our app since we…
Asleepace
  • 3,466
  • 2
  • 23
  • 36
11
votes
1 answer

Error on archiving react native app in Xcode - Multiple commands produce 'libyoga.a'

I get an error when I try to archive my react native app using release configurations in Xcode - Target 'yoga' (libyoga.a) error: Multiple commands produce…
Matheswaaran
  • 145
  • 2
  • 11