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
0
votes
1 answer

TestFlight "testers" VS App Store "users"

When we will upgrade our app from TestFlight to App Store Our 87 testers will be translated to 87 downloads?
Lee-On
  • 1
0
votes
1 answer

Can I submit to TestFlight for a beta iOS?

I would like to TestFlight an app updated for iOS 16 b3 even though iOS 16 is not public yet, however there is a public beta for iOS 16 . The app's deployment target is iOS 15. Is this possible? The updated code is properly handled for each OS…
snksnk
  • 1,566
  • 4
  • 21
  • 46
0
votes
0 answers

I am having an issue uploading an app to the app store using Transporter from an ipa file

I have built an archive of my app and tried uploading it to the App Store via the Transporter app and received the following errors: Asset validation failed (90125) The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command…
0
votes
0 answers

TestFlight rejection with no explanation

Two weeks ago I submitted watchOS app to TestFlight. It was rejected the same day with no explanation. I clicked the contact link and submitted a request to learn why my app was rejected. No response. I submitted another request for an explanation a…
Mark Volkmann
  • 909
  • 12
  • 15
0
votes
1 answer

Issue with build:ios -archive on Expo React Native app - How do I use Expo Cli to submit to app and play store?

I am trying to push an update to the app I'm helping with that's already on the App and Play store. It is a React Native app built with Expo. The app itself hasn't been touched in about two years. My updates were simple - fixing a couple typos and…
ttsssss
  • 95
  • 1
  • 2
  • 12
0
votes
0 answers

Expo-Managed App With No Needed Permissions Crashing in Testflight but not Expo Go nor Simulators

I am working on an expo-managed react native app that uses firebase to authenticate users and react-navigation to manage navigation. The app compiles and runs fine in both Expo Go and using EAS Build, however when I upload it to testflight I get an…
0
votes
0 answers

How to fix app does not support minimum version specified error

I have an iOS Forms app that up to now been building and successfully being uploaded to TestFlight with a deployment target of 15.4. I have a requirement to support devices from v14+, so I set the the deployment target to 14.0 and built. When I now…
0
votes
1 answer

Publish to the App Store TestFlight track and failed with code: 64

I am using Azure pipeline to deploy app on test flight before I was able to upload the build but now I am getting following error. I am new to react native iOS any help with this issue will be helpful. Locale Machine configuration xcode version…
Sagar
  • 5,273
  • 4
  • 37
  • 50
0
votes
0 answers

How to check API calls in testflight build with charles proxy tool?

I need to check the api call in test flight build and using the charles proxy tool, Any idea how can we do this? Thanks in advance.
Bhupendra Singh Rautela
  • 3,406
  • 6
  • 21
  • 25
0
votes
0 answers

TestFlight not providing crash log

For a certain crash I am only getting TestFlight feedback and not the crash log. Meaning I cannot open the crash in Xcode to figure out what the issue is. Is there a reason for this? How can I get the crash log?
tHatpart
  • 1,302
  • 3
  • 12
  • 27
0
votes
2 answers

why my unity project build through xcode is 2gb?

I'm trying to build Unity project in Xcode, it is a simple 2D project of games like Crossword,Trivia, MCQ questions... when i archive and download from Testflight the game is 2GB in size, any idea what to do or why is it so big ?
elBrøwn
  • 11
  • 3
0
votes
1 answer

I am getting this error when trying to upload the app to testflight "ITMS-90683: Missing Purpose String in Info.plist"

I have added the following code in the Info.plist NSAllowsArbitraryLoads NSAppleMusicUsageDescription Play using while you are hiking NSCameraUsageDescription
0
votes
1 answer

Why is TestFlight app different from local development?

I have a React Native app with a custom native plugin. The app works fine when I test it with Xcode on my device. I uploaded the exact same app to the App Store and it got broken. On my iPhone it doesn't actually start and on my iPad it is buggy: I…
chocolate cake
  • 2,129
  • 5
  • 26
  • 48
0
votes
1 answer

Is there a way to programmatically update the list of authorized external testers (by email) for testflight

I would like to know if it is possible to add and remove users (by email) from the list of authorized external users for testflight. If so, where can I find documentation on how to do that? Not manually, but automated.
Zimri Leijen
  • 459
  • 2
  • 8
0
votes
0 answers

iOS app crash in TestFlight after some weeks working fine

have you had the following error in TestFlight? Basically, we have test versions in TestFlight that when we launch them to external testers work. But it has happened to us 2 times that after a week or two, that version stops working. Basically, the…