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

App Store Connect: Can I submit an earlier build to TestFlight than the latest one?

I had version 5.1.0 of my app on TestFlight, and then published version 4.1.0 to the Store (per client's request). I want to start pushing all builds to TestFlight before pushing them to the store, but I need to keep the versions in the 4 range. Am…
gkeenley
  • 6,088
  • 8
  • 54
  • 129
0
votes
1 answer

Xamarin.Forms App crashes on iOS when installed via Testlfight

Hello fellow developers! I am developing a Xamarin.Forms App for android and iOS. It works fine in Debug and Release mode on Android Emulators, Android Devices, iOS Emulators. But there is a problem with iOS Devices. Directly deploying the…
RBSbwe
  • 1
  • 1
0
votes
0 answers

2 Important Testflight Advice Questions

Hope you're well. Two quick guidance questions from the community. And I really value your advice. We're a fintech company and hoping to do an external tester effort of a few thousand folks in testflight. That said, had two questions: I recall it's…
0
votes
2 answers

App Store: If my last production release was v4.1.5 but last TestFlight was v5.2.0, can I release 4.1.10 to Production?

My last Production release on App Store Connect was v4.1.5 and the client wants the next Production release to be 4.1.10, but we've released build to TestFlight in the interim up to v5.2.0. Is it possible to release v4.1.10 to Production?
gkeenley
  • 6,088
  • 8
  • 54
  • 129
0
votes
0 answers

Why I need to re install the iOS app in TestFlight

I released a TestFlight and after few days I changed some data in the backend and checked in the TestFlight which is working good. After a day or two I see the old data is appearing in the TestFlight where it look like I didn't change anything. So I…
Ng1002
  • 1
0
votes
0 answers

Apple don't send information about my app in email for admin users

I have a developer account in apple, the bad thing is this that I can't access to the emails of this account. I have recently uploaded a build in xcode successfully but it apears on testflight for 1 min, then it disapear. When i searched every body…
0
votes
0 answers

Problems loading tdlib on App Store Connect

I ran into a wonderful problem while writing my app in flutter. I used the tdlib library, which by default for Android is built into flutter, and for the iOS platform it was necessary to compile it via sh script and upload it to App Store Connect…
PixieKP
  • 27
  • 5
0
votes
0 answers

Invalid locale names for test flight upload

When I went to upload my app to test flight I was hit with this error: Unrecognized Locale - The locale names used in localization directories at ( "Payload/UTime.app/Frameworks/CanvasCore.framework/da-instk12.lproj",…
0
votes
2 answers

Can't upload ipa to Testflight: Invalid Bundle

I have a Flutter app and I need to publish a new release. The upload used to work with no issues with the previous version of Flutter sdk. To upload the ipa I run: xcrun altool --upload-app --type ios -f ./path_to_my.ipa --apiKey *** --apiIssuer…
Davide Bicego
  • 562
  • 2
  • 6
  • 24
0
votes
1 answer

What time of day do Apple TestFlight builds expire?

Surprisingly, I can't seem to find an answer to this question: What time of day do Apple TestFlight builds expire? Is it the upload timestamp plus 90 days? Or midnight of the 90th day? And if so, what time zone?
HolySamosa
  • 9,011
  • 14
  • 69
  • 102
0
votes
1 answer

Want to confirm if this is a problem with model or I am doing something wrong tflite

Someone contacted me because they want fron end of a tflite model! When I actually created a front end it is predicting everything as Positive with an accuracy of 99.9%! Just wanted to know if it's my fault or the model is not correct! Here is the…
Pythonista
  • 185
  • 12
0
votes
1 answer

Use TestFlight for internal testing

In my company we are developing an iOS app, as we are a lot of developers working on many features we would like to deploy some work in progress version of our app to our QA/PO so then can continuously test it. Before we were using App Distribution…
0
votes
2 answers

Unable to install app from TestFlight (works fine from Xcode)

I'm trying to install my app from TestFlight. When I press INSTALL, the download indicator runs for a sec and then stops. I can see the app on my phone, clicking on the app raises Unable to install the app, please try again later. It's very…
genericUser
  • 4,417
  • 1
  • 28
  • 73
0
votes
1 answer

Flutter iOS app not calling api in TestFlight build

I have an application by which i'm uploading a pdf file in server through http multi-part form data. in response server give response. in the meantime, users see a loader in the screen. Everything works as it is supposed to in development time. But…
0
votes
0 answers

Xcode simulator and Testflight looks different

When running my project using the Xcode simulator it looks the way it should (the first image attached). At first, when running the project in the simulator it worked well. I'm not sure what happened but after a new release with minor changes, I…
user15436810