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

My app crash on TestFlight when i want to access to a specific component

i hope you are doing well. I made an app with React Native Expo. I've deployed succesfully to Play Store and everything works, also works in IOS emulator and in a physical ios device using expo. Now i have to record a video working in a real device…
emile kaba
  • 63
  • 4
0
votes
0 answers

Flutter app crash with debug build in TestFlight

We are developing a flutter application and are trying to test it via TestFlight. It uses amplify. If we submit a release build, it works well and can be tested. If we submit a debug build it crashes on start. By debug build I mean that in Product…
surToTheW
  • 772
  • 2
  • 10
  • 34
0
votes
0 answers

Xcode/SwiftUI - All assets are visible in simulator as intended, but are missing on TestFlight

Edit: I was asked to provide further information, hopefully this is relevant and helps to find a solution. The only difference between the missing assets and the showing assets are that the missing assets are created dynamically while all visible…
0
votes
0 answers

can't see Swift TestFlight crash reports

TestFlight tab in appstoreconnect shows a specific BUILD has CRASHES but when I click "Crashes" under Feedback", it doesn't have a line for that BUILD. (There are no crash filters.)
Doug Null
  • 7,989
  • 15
  • 69
  • 148
0
votes
1 answer

Updating an app build after expiration in TestFlight

I need to update a build because it has been expired, without any change in the codes and script of the app. Do I need to create a Distributions Certificate, App ID, and Provisioning Profile? It’s my first time doing apple developer tasks. What…
Zahra Hosseini
  • 478
  • 2
  • 4
  • 14
0
votes
0 answers

How update existing IOS app with expo app in testFight and app store

I need to update existing IOS app with expo app and I need some documentations or ways. I can successfully connect app-store-connect with expo app and connect TestFlight
0
votes
0 answers

build disappear on testflight with siri shortcut integration

Problem : When i upload build to testflight, build uploaded successfully from xcode, we can see app is in processing but after some time build is disappeared. In my application i used siri shortcut to open the app. I tried removed siri part from the…
0
votes
0 answers

How do I stop deleted Xamarin Forms iOS resource files from being deployed to App Store Connect?

I have let's say 5 text files in my Xamarin Forms iOS project under: Project Name -> Resources -> TextFiles -> File1.txt, File2.txt, File3.txt, File4.txt, File5.txt Upon launching my app I copy the files to a working folder via…
jho
  • 199
  • 1
  • 8
0
votes
1 answer

React Native App Working in Development, 'Error: 'undefined' is not a function' in Production

I have completed an app that builds on both Android and iOS. It works as expected when I build the app from the CLI or when I build it via XCode / Android Studio. However, on TestFlight, it gets errors that simply do NOT exist when I build it…
user18899735
0
votes
0 answers

Error occurred while submitting binary on TestFlight for review

hope yall are okay. I uploaded the build through XCode, it was processed with an issue. Currently it is on 'Ready to Submit', but when I am adding external testers it results in an error "There was an error processing your request. Please try again…
joel22
  • 3
  • 3
0
votes
3 answers

Cheapest way to share ios app with friends and family?

I have created a simple music player app that I would like to share with friends and family and not necessarily on the public app store. What would be the cheapest way to do that? From what I understand, I need to pay for a developer membership in…
user11317802
  • 79
  • 11
0
votes
0 answers

Best practice for CI/CD when building a SwiftUI for for different Firebase projects

I am new to iOS development (historically a full-stack guy) and I'm hoping some of you out there can share with me the best practice for setting up an Xcode project that will support a "dev", and a "prod" Firebase configuration. I use Firebase as my…
ra9r
  • 4,528
  • 4
  • 42
  • 52
0
votes
1 answer

Production TestFlight test crashes when start, but the same code/archive works when is signed for development distribution

please we need your help. We are using Xcode 13.4.1 for compatibility with a library. We have a published app on March 1st of this year with any problem. On August 31 we have uploaded a new version for test purposes, it was distributed by…
1r0n
  • 45
  • 2
  • 5
0
votes
1 answer

iOS: Why is Crashlytics saying there are optional dSYMs to upload when everything should already be uploaded?

When an app is uploaded to Testflight, previously there used to be an option to recompile bitcode, which if clicked would mean new dSyms would also get generated and need downloading from Testflight. However that option has now gone, meaning the…
Gruntcakes
  • 37,738
  • 44
  • 184
  • 378
0
votes
1 answer

Can two same closures on the main thread, from the same function call, crash an iOS program written in Swift?

My users experienced crashes when I sent them an update on TestFlight. After examining the eight crash reports they submitted, I've noticed a commonality - there are two of the same closures sitting on top of thread 0. Could this have caused the…