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

React Native Expo app shows white screen on TestFlight

I have been building an app in React Native with Expo for the last few months. I just got accepted as a Apple Developer so now I am trying to publish my app to TestFlight. Everything seemed to go perfect, the building process passed and I uploaded…
0
votes
2 answers

App crashes in Testflight immediately after splash screen but not in Expo

I can't get my app to work in Testflight after upgrading from Expo SDK 44 (expo build) to SDK 47 with EAS. So far, I got the app working in Expo. But when I build with EAS and try to run it, it crashes after the splash screen. Crash log mentions…
0
votes
0 answers

When trying to archive react native app in xcode Non-void function does not return a value Error

the error occurs in the AppDelegate.m file which looks like... The code that's coming back with the error is at the end of the file after the #if DEBUG #import "AppDelegate.h" #import #import…
0
votes
1 answer

Fastlane: Using App Center plugin -- Testflight group not being found to Distribute

I have Testflight connected for my iOS app in Microsoft App Center. When I look at the Distribution-->Stores section in App Center, I can see all of the Testflight groups I created -- specifically, I can see the "QA" and "Beta" Testflight groups in…
aaronfg
  • 474
  • 1
  • 5
  • 12
0
votes
0 answers

Switch from Sandbox to live in In App Purchases

I developed an e-commerce app. The app is now in TestFlight. I want to do live payment for In App Purchases. Is that possible in TestFlight? I want to test live payments for In App Purchases.
Shubham
  • 1
  • 2
0
votes
0 answers

Is Private the default CloudKit database while in TestFlight

I'm beta testing an app in TestFlight. I thought I had set things up so that all data would be stored in the Public Database in my CloudKit container (which I deployed to Production). But all records are going to the Private Database. Is this the…
Hyoryusha
  • 175
  • 1
  • 11
0
votes
0 answers

Flutter iOS: The bundle xxxxxxx contains disallowed nested bundles

We recently upgraded to Flutter 3.3.7 in our iOS project, and started to get the following error when uploading to TestFlight: Asset validation failed Invalid Bundle. The bundle at 'XXXXXXXXX' contains disallowed nested bundles. After several…
Alan Steiman
  • 412
  • 1
  • 4
  • 14
0
votes
0 answers

TestFlight "The requested app is not available or doesn't exist." Error shows on downloading new build

I have been working on an app from last 8 months and we are testing it through TestFlight recently all of our previous builds turned into expired automatically (which is strange) even though the 90 days testing period for most of the builds was not…
0
votes
0 answers

Validate OneSignalNotificationExtension.appex Command ValidateEmbeddedBinary failed with a nonzero exit code

I have a react native app. I integrated one signal into android and ios separately. There is no problem in android side. After i am setting ios sdk, i am getting error while get archive for testfligt. Error text: .) Validate…
0
votes
1 answer

Where is a good place to look for debugging a problem in TestFlight for an ionic react app?

I use react, ionic, and firebase primarily for the app i have published in test flight. When i am testing it on a simulator, a real device, and even the web browser locally, it all runs as expected. However, when I successfully published it to…
0
votes
0 answers

Error Uploading ipa : ERROR: RETRIEVE UPLOAD OPERATIONS (ASSET_UPLOAD): Did not receive a response

I have been trying to upload the ipa for my app a couple of days now and it keeps erroring out with the error message ERROR: RETRIEVE UPLOAD OPERATIONS (ASSET_UPLOAD): Did not receive a response.. I tried to upload with XCode, Transporter and xcrun…
Colman1000
  • 29
  • 1
  • 5
0
votes
1 answer

Installing app on test flight problem integrity could not be valid

I uploaded my test flight application today. In the morning everything was ok, but after that I started having problems. The upload was successful, a new version of the application (build) appears, however, when I want to install it, it gives me an…
Stefan
  • 69
  • 6
0
votes
0 answers

How to reset build numbers in Appstoreconnect, testflight?

I messed up build numbers by accident. Is there a way to fix this?
jorj
  • 93
  • 1
  • 2
  • 8
0
votes
0 answers

App Store Connect disable mails to TestFlight testers

I just found out that TestFlight testers receive mail notification from Appstore Connect about app submissions. I only want admin/developers/app managers to receive these mails, not marketing, sales etc. Is there any way to disable notification…
Niels
  • 1,366
  • 15
  • 21
0
votes
0 answers

How to take commit history between different AppStore builds and export it to CHANGELOG.md using Fastlane

Is there a way, using fastlane's action changelog_from_git_commits to generate change log based on the commits between last version uploaded and current version + save it to the CHANGELOG.MD file? Each uploaded version would serve as a header. Build…
peetadelic
  • 104
  • 5