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
2 answers

iOS app runs successfully if uploaded direct off Xcode, crashes if updated from TestFlight. Bundle not included in the archive?

I am attempting to upload an app to TestFlight. The app compiles and runs in the simulator, and will also run on my iPhone if I install it direct from Xcode. If I archive and push it to TestFlight, then update my device from TestFlight, the app…
Chris Whipple
  • 395
  • 3
  • 13
0
votes
1 answer

Error uploading project to Testflight. CFBundleIdentifier Collision Error

I'm trying to upload an app to TestFlight with the Xcode 14.2, and I get this error on validation. The app has an action extension and a dynamic framework that's shared between the extension and the app itself. I'm really not sure what this is…
Nasimxon
  • 132
  • 1
  • 7
0
votes
0 answers

TestFlight sending out an email after deployment SDK and Xcode version issue

Thanks in Advance for your insights. we are using azure devops to deploy our app to TestFlight. Today after our TestFlight release, we received an email from AppStore that Dear Developer, We identified one or more issues with a recent delivery for…
0
votes
0 answers

React native - how to open Testflight app on my current app

It's similar to How to open an external app from react native app? Let say I have an app, which I download it from Testflight Instead, I want to click a button, and then it will redirect users to the Testflight App. How to achieve this?
CCCC
  • 5,665
  • 4
  • 41
  • 88
0
votes
1 answer

Is there a way to use CFBundleShortVersionString to recognize new builds in Testflight?

We don't increment version number in our builds because that would trigger a TF review. So instead we leave it as the same version and xcode automatically increment the build number instead so it's 0.1 (5). However, in our code we also check for…
erotsppa
  • 14,248
  • 33
  • 123
  • 181
0
votes
0 answers

Invalid Binary from the App Store Test Flight MAUI APP

I have recently upgraded from XF to MAUI. I could upload the Android internal version. However, while doing the iOS, I receive an "Invalid Binary" and the app is directly deleted from Test Flight in App Store before doing anything. I can't find a…
ARH
  • 1,566
  • 3
  • 25
  • 56
0
votes
0 answers

Is it possible to start an Xcode Cloud workflow from a comment left on a PR?

I'm trying to reduce the number of builds getting sent to TestFlight because I sometimes make multiple commits my PRs. Is it possible to setup a bot or web hook to trigger an Xcode Cloud workflow? The documentation seems to say You can configure up…
0
votes
0 answers

WatchOS App using Firebase not working if started via Testflight

I'm currently developing a watchOS-only App which uses some Firebase functionality. If I build the App directly on my watch via Xcode everything is working fine. However if I upload it to Apple Store Connect via Product -> Archive and then install…
mountain1
  • 1
  • 1
0
votes
0 answers

registerForRemoteNotifications() blocks mainthread when called from testflight

I have a weird bug in my iOS-app. First of all: the bug only appears using Testflight, not when compiling the app through xCode and running it on a device. I have a simple onboarding TabView with three tabs. The first one has a button where the user…
J. Mann
  • 115
  • 6
0
votes
1 answer

TestFlight build is not working same for every user

I'm new to iOS development. I have a app built with React Native and already deployed on app store. I'm working on version 2.0 of the app. Previous version was built by some other developer company. They delivered the source code for the version…
Meraj Kazi
  • 65
  • 10
0
votes
1 answer

Why does TestFlight throw error: "Could not install..."

After uploading the app I can't install it. I get the following error: "Could not install MY_APP_NAME. The requested app is not available or doesn't exist". What might cause this issue and how can I fix it? Things I tried: Rename the app Recreate…
0
votes
1 answer

Can't submit mac build to testflight - xcode v14.2

I am trying to submit my build for a mac os app to testflight but i get the error - This build is using a beta version of Xcode and can’t be submitted. Make sure you’re using the latest version of Xcode or the latest seed release found on the…
The Prenx
  • 483
  • 4
  • 15
0
votes
0 answers

How to find my application use standard encryption limited to within Apple's operating system?

I'm trying to submit an update to our application (Xamarin iOS) into appstore and I'm facing a new prompt related to encryption export compliance. In our application, we are encrypting and decrypt using the AES and RFC2898 algorithm and we use HTTP…
Anitha v
  • 41
  • 2
0
votes
0 answers

Tcp connect is working fine on Debug but failed on TestFlight

I am working on a project which is written in Flutter. It's using a rust library to TCP stream connect to a specific address. It's working fine in Android, and debug IOS like this: TcpStream::connect(master_addr).await?; However, the problem was…
Kingfisher Phuoc
  • 8,052
  • 9
  • 46
  • 86
0
votes
0 answers

fastlane resign do not work between ad-hoc and appstore provision profiles

I am using fastlane to distribute an app to both Firebase and Testflight. To avoid two xcode builds, I am using resign action to change signature of app from ad-hoc to appstore. Here is my firebase distribute action: Used wildcards to mask actual…
Harun Sasmaz
  • 119
  • 1
  • 1
  • 10