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

App Icon not appearing on device with TestFlight installed app iOS 15

I have noticed on iOS 15, when I install an app from TestFlight, my app icon is not appearing on the device. Only placeholder for app icon appears on physical device. All app icon assets for every resolution are correctly added to Assets. The app…
alionthego
  • 8,508
  • 9
  • 52
  • 125
0
votes
1 answer

Will TestFlight beta testers automatically download app once it is released without pre-ordering it in AppStore?

My mobile app is in pre-order mode right now. I'm inviting different people to external beta-tests. If these people don't make a pre-order in AppStore, will my app be automatically downloaded from AppStore on their devices when it is released? Or if…
Daniil Kunin
  • 143
  • 1
  • 12
0
votes
0 answers

Flutter app crashes on launch only during Apple FlightTest

I had completed a Flutter app, which seems to work well in simulator. I then went on to release the initial version of the app to AppStore Connect and sent it to beta testers via TestFlight and they were able to test it without any issue and sent me…
midNight
  • 155
  • 1
  • 4
  • 18
0
votes
1 answer

Failed to generate iOS ipa file

I followed the instruction here: Deploying Your iOS Application for Submission to the App Store Failed when Step 4: Select Project > Deployment, and click the Deploy button to deploy your application. It is suppose to generate an .ipa file, but I…
0
votes
1 answer

Xamarin project some changes not applied when deployed to App Store

This has started since we updated Visual Studio and upgraded XCode to 13. Our mobile app builds fine. We can see all out changes in the iPhone Simulator. When we deploy to the App Store and view the app via TestFlight, only some changes appear. For…
Sabel
  • 559
  • 9
  • 14
0
votes
0 answers

TestFlight in-app purchase still use sandbox account

I've read the articles/documentation/threads about the in-app purchase process in the TestFlight release. 1, 2, 3, They will always say that the app will use our real Apple ID but will create a sandbox environment for it. This one though, is a bit…
Seto
  • 1,234
  • 1
  • 17
  • 33
0
votes
1 answer

how to upload ipa builds to apple testflight

I need upload ipa builds to the apple testflight from windows. On mac there are no problem with it because you can do it from XCODE or from transporter tool for mac. How to do it on windows 10?
Duke
  • 1,844
  • 2
  • 16
  • 26
0
votes
0 answers

Asking for keychain access multiple times every time I make a testflight

I'm trying to make a testflight for an app but every time a try to build the app for production I get asked to give system access to the keychain. Keychain login picture The problem is that even if a login is asking me again to login over and over…
0
votes
1 answer

Expo standalone iOS build crashes on splash screen on Simulator and Testflight

I developed a marketplace app using Expo. It works fine on Expo Go both on Android and iOS, as well as a standalone app for Android. The problem is when I build a .tar for iOS simulator or when I upload to Testflight to test it. Then it crashes…
Eric Lehmann
  • 329
  • 2
  • 13
0
votes
2 answers

TestFlight React Native Expo crashes on startup

I'm disappointed because I work on an react native application managed with Expo. Up to here, all works fine. My releases with TestFlight works fine but today I face to a new problem. All my builds on TestFlight crashes on startup. At the beginning,…
0
votes
0 answers

Reading previous app logs from installed App via TestFlight without Xcode

I have developed an App and distributed it via TestFlight, I am just wondering if it is possible to retrieve older app logs using some utility. I am aware of using Xcode/ Console to stream live device logs - but I have no interest in seeing live…
AkinW
  • 143
  • 10
0
votes
2 answers

How can I run React Native code in real iPhone, if I can not login Apple develop account?

I am a fresher in React native development and I have a stupid question How can I install app into real iphone If I can not login to Apple develop account, but i can ask project owner to download and send me some file in bellow photo (certificate,…
0
votes
0 answers

Testflight (Apple) In-App Purchases (IAP) Multiple purchase dialogs

I am testing my IAP and followed the process outlined by Medium here (https://medium.com/flutter-community/in-app-purchases-with-flutter-a-comprehensive-step-by-step-tutorial-b96065d79a21). Everything works fine in Android but on iOS, I get multiple…
0
votes
0 answers

React Native app rejected due to "No content"

I have an app which uses a login screen to login the users. I have just submited the app for review at Apple and recieved the following rejection message. "During our review, we found that your app displays no content when reviewed on iPhone and…
0
votes
2 answers

ITMS-90174: "Missing Provisioning Profile - Apps must contain a provisioning profile in a file named embedded.mobileprovision." on uploading flutter

I built a flutter app and am struggling to upload ipa file for testflight now. I built ipa file with following steps: $ flutter build ios -t lib/main_stg.dart Get Runner.app from step 1 Create ProjectName folder and put the app file in it Zip…
ASH
  • 459
  • 5
  • 18
1 2 3
99
100