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

generating test flight failed with me

generating test flight for the first time Hello everyone, I have been granted access to the App Store Connect as an admin by my friend who is the owner of an individual Apple developer account. I am using my own Apple ID for this access. However,…
0
votes
0 answers

Apple/Gmail ID with Company email

While giving accesses to internal teams on Apple and Google portals, I normally send an invite to organisations emails ID. This means the users create a gmail or Apple ID by using company email. What happens if these users leave the organisation? I…
Sagrian
  • 1,048
  • 2
  • 11
  • 29
0
votes
0 answers

Expo TestFlight Application Crashing Instantly on launch

I have developed an expo IOS application that I have just moved into the TestFlight phase but the moment I launch the application it crashes. Below is the log from the device: Incident Identifier: 79805A22-B42C-4B1F-A08D-4CD3245366C1 Beta…
0
votes
0 answers

Lost data during update iOS version on TestFlight of FlutterApp...help me?

To reproduce this error, first you need to install a build version (for example, version 14). Then, you need to generate some internal audio files within the application. After that, if you update the system to, for example, version 15, you will…
0
votes
0 answers

Trying to upload my bundle in AppStore Connect for TestFlight App + flutter + XCode + iOS

im trying to upload my bundle for Testflight app in App store Connect and im getting the above error. Is there any solution or a way to resolve this.
0
votes
0 answers

Error fetching app record: Problem while uploading build on test flight App store

*Screenshot of xcode while uploading using product >> archive. *Screenshot of Transporter app. Xcode shows build uploaded successfully but not visible on test flight (Even after waiting for 2-3 days). Tried to upload build using Transporter app…
TechHelper
  • 822
  • 10
  • 24
0
votes
0 answers

TensorImage not recognizing - Undefined name 'TensorImage'

I am trying to create a TensorImage for apply to my ML Model and get predictions. I'm using tflite_flutter package for that. But when I trying to access TensorImage, it doesn't recognize. This is where Im trying to access Tensor Image: I have…
0
votes
1 answer

Xcode TestFlight crash report is missing the important "Application Specific Backtrace"

I have a weird crash when running my own app after uploading and loading it from Testflight (though there's no crash when I run the app from Xcode directly). The .ips file shows where the crash occured: Application Specific Backtrace 0: 0 …
Thomas Tempelmann
  • 11,045
  • 8
  • 74
  • 149
0
votes
0 answers

iOS TestFlight build cannot purchase products

Hi I'm new to iOS and I am working on my 1st App but encountered some in-app-purchase issues. I have some consumable in-app-purchase products in my App, recently I tested them on both Debug and Release build configurations and they worked as…
0
votes
0 answers

Can't submit build for external testing on TestFlight

I'm trying to submit a build version of my app to external testing on app store connect TestFlight. I've already created the external test team and added all the testers. The problem is when I try to add the build to that specific team. This is the…
0
votes
1 answer

Sqlite file is missing in iOS TestFlight builds

I have a dictionary app with a preloaded local SQlite database. The app works well in both Debug and Release configuration on Simulator or Device. But when I uploaded it to TestFlight, the SQLite file seemed to be missing, because the size of the…
0
votes
0 answers

When running the React Native App on an iOS returns 404 Not Found

I have this React Native app, which was working just fine, and yesterday I ran an expo start and tested it in the simulator, it worked just fine when I tested using the QR code it returned a Not Found 404 in the screen (as video), tried uploading it…
0
votes
0 answers

My Expo project is crashing when I load to Apple Testflight. I am unable to downgrade a specific package which I believe is causing this

I am building this app on React Native using Expo. When I run expo doctor I am getting the below issue [stderr] Expected package @expo/config-plugins@^5.0.2 [stderr] Found invalid: [stderr] @expo/config-plugins@6.0.1 [stderr] (for more info, run:…
0
votes
0 answers

My IOS app firebase phone auth is working fine in debug mode but not working on testflight

My IOS app firebase phone auth is working fine in debug mode but not working on testflight APN is setup on the firebase already , everything is perfect according to the documentation but unable to find the exact issue
0
votes
0 answers

TestFlight builds expired after submitting for App Store review

I'm encountering an issue with my TestFlight builds that were uploaded and submitted for App Store review. After uploading my application to TestFlight, it was working fine for 10 days. However, one day after submitting the app for review, all the…