2,164 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
20
views
Sign in with Google Issue on TestFlight / App Store
Our application uses PWA Builder to generate an iOS wrapper (Swift-based) that is compiled in Xcode and distributed through TestFlight and the Apple App Store.
Google Sign-In works correctly in:
...
-2
votes
0
answers
37
views
Storekit product not loading in TestFlight testing [duplicate]
I achieved my MacOs app and distributed for "App Store Connect" and I already have setup the Product In App Purchase in the App Store connect, and I even tested the purchase flow using the ...
1
vote
0
answers
62
views
Auto-Renewable Subscription Not Loading in TestFlight
I created a subscription class and a button that starts the purchase flow. In the Xcode environment and Simulator everything works correctly. The purchase sheet appears and the subscription flow works ...
Advice
1
vote
1
replies
60
views
Testflight internal tester limit. Is it 100 or 80?
What is the limit of AppStore Testflight testers?
Below is what I get from the Dashboard
I have 80 Testers, and it said "You have reached the internal tester limit for this app".
I thought ...
Elye's user avatar
- 61.3k
4
votes
1
answer
443
views
Fastlane 'upload_to_testflight' reports success but build never appears in AppStore Connect (Bitrise CI, iOS)
I’m using Fastlane on Bitrise CI to build and distribute an iOS app.
Everything in my CI runs fine — the build succeeds, Fastlane reports that the upload to TestFlight was successful — but the build ...
0
votes
1
answer
116
views
iOS App Upload Fails: "No suitable application records were found" for Square In-App Payments SDK Bundle Identifier
Problem
I'm unable to upload my iOS app to App Store Connect due to a bundle identifier validation error for the Square In-App Payments SDK. The error
message is:
No suitable application records ...
0
votes
1
answer
83
views
App icon no longer displaying on .manageSubscriptionsSheet in TestFlight
I'm having an issue with my app icon no longer being displayed on my .manageSubscriptions sheet in Testflight. It displays fine on the .manageSubscriptionsSheet in Xcode. However, I've noticed that ...
0
votes
0
answers
62
views
RevenueCat purchase not working on real iOS device (works on Android and IOS Simulator)
I’m facing an issue with RevenueCat integration in my app.
On iOS Simulator, using StoreKit configuration, the purchase flow works correctly when I tap the purchase button.
On a real iOS device (via ...
0
votes
1
answer
129
views
React Native + EAS build: TestFlight shows old code even after new build
I’m building a mobile app (iOS & Android) with React Native.
Because I use native modules (e.g. Mapbox, OneSignal), I don’t use Expo Go — instead I build locally with EAS.
Problem
When I publish ...
0
votes
0
answers
83
views
React Native / Expo Prebuild – Local images not showing in TestFlight but work in simulator
I’m having a strange issue with my React Native (Expo prebuilt) iOS app. Everything works perfectly in the simulator, but when I test it via TestFlight, the images and background images do not appear. ...
1
vote
1
answer
192
views
TestFlight - app crashes immediately on launch
I developed an app with the MAUI framework. The app works fine in debugging mode, but when switching to release mode with a distribution certificate and uploading it to TestFlight(MAUI iOS), it ...
1
vote
0
answers
169
views
TestFlight user cannot re-purchase expired auto-renewable subscription – only restored purchases returned
I'm testing auto-renewable subscriptions using TestFlight for an iOS app built with Flutter (in_app_purchase package).
One of my testers has previously purchased the subscription product, and now the ...
0
votes
0
answers
67
views
Appclip card not getting invoked from TestFlight build
I have hosted the AASA file in our server and added the App associated domain and have added the local Appclip experience in Device settings with the same URL which I create Appclip QR. But when I ...
0
votes
0
answers
144
views
Firebase push notification not receiving in Testflight build for iOS
In my application, Firebase push notifications are not being received in the TestFlight version of the app, although they work correctly in the debug build. Here are my findings:
When automatic ...
1
vote
0
answers
112
views
How to prevent Firebase Analytics from tracking revenue in iOS TestFlight and local builds?
I've integrated Firebase Analytics into both my iOS and Android apps to track revenue. Everything works as expected in terms of event logging and revenue collection.
However, on iOS, Firebase is also ...