687,971 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Score of -2
0 answers
24 views
TestFlight shows app but install fails with "The requested app is not available or doesn’t exist"
I’m facing a TestFlight internal testing issue and I’m trying to understand whether this is an Apple-side distribution problem.
Current situation:
Build is fully processed
Build status is Testing
...
- reputation score 1
Score of -4
0 answers
73 views
Demuxing door cam video [closed]
I have a video file that I’m having trouble demuxing. I could use some help. I’ve tried using ISH +ffmpeg and I keep getting stuck trying to get the file from iOS so ish can read it
- reputation score 7
Advice
1
vote
2
replies
88
views
IOS application Distribution without appstore
I'm currently working as a react native developer,
i want to distribute my application locally using drive without using appstore and playstore
I know i can implement it on android for apk direclty ...
- reputation score 63
Score of 1
1 answer
51 views
HKStatisticsCollectionQuery initialResultsHandler returns nil results for one specific user — read auth granted, data exists, survives reinstall
Environment: iPhone 13 Pro, iOS 26.5. Affects a single user out of many; cannot reproduce on any of our test devices.
We use HKStatisticsCollectionQuery to read step counts for a statistics screen. ...
- reputation score 11
Score of 0
0 answers
59 views
dot net 10: When embedding an UIImagePickerController as a child view controller (camera) a UIAlertViewcontroller pops up "Flash Is Disabled"
I am trying to embed a camera into a view controller So I thourght I would use the UIImagePickerController rather that Using an AVCaptureDevice so a added this code
private void ...
Score of 0
0 answers
67 views
UITabBar unselectedItemTintColor ignored iOS 26
I'm creating a UITabBarController programmatically with a few tabs, but for some reason I can not get the normal state of the tabs icons or text to change color. Its defaulting to a system white. I ...
- reputation score 8525
Score of -3
0 answers
87 views
iOS Safari/WebKit mispositions the second card in a responsive homepage card feed
const openBtn = document.getElementById("openBtn");
const closeBtn = document.getElementById("closeBtn");
const backdrop = document.getElementById("backdrop");
openBtn.addEventListener("click", () =&...
Score of -1
0 answers
55 views
UIAccessibility: Voice over for buttons interrupts gameplay
I am making a game app where the player answers a question (by clicking a button) and then the next question immediately appears.
This is working fine in its normal state, but I cannot get it to ...
Score of 0
1 answer
98 views
SwiftUI parent onTapGesture intercepts taps from embedded AVPlayerViewController
I'm embedding an AVPlayerViewController via UIViewControllerRepresentable inside a SwiftUI view hierarchy that has a parent .onTapGesture.
On some old iOS versions, taps on the video player are also ...
- reputation score 1399
Score of 0
0 answers
65 views
Flutter Referral System (2026) - Preserve referral code after Play Store/App Store install
I'm implementing a referral system in Flutter for both Android and iOS.
Flow:
User A shares a link containing a referral code (?ref=ABC123).
User B clicks the link.
If the app is not installed, the ...
Score of -3
0 answers
58 views
iOS Geo fence entry and exit when app is terminated/ killed
Do geofence entry and exit events work after the user force-closes the app?
I'm implementing geofencing in my mobile application and have a question about its behavior when the app is no longer ...
- reputation score 1
Score of 0
0 answers
65 views
Absolutely positioned elements do not respect flex alignment on iOS
When positioning a flex/grid child absolutely to stack content, the flex position rules are ignored in both chrome and safari on iOS.
This is the minimal example - the item should be positioned on the ...
Score of 0
1 answer
116 views
How to make headerView with overlapping content design in SwiftUI
I need half of Header View to be covered with remaining UI. I am using header view and list according to UI design and given list top padding in (- value) so it goes up on header view now UI looks ...
- reputation score 1176
Score of 1
1 answer
93 views
iOS 27: App freezes when accessing CLLocationManager.authorizationStatus()
I'm running into a strange issue that only occurs on iOS 27.
I have a basic LocationManager implementation:
import Foundation
import CoreLocation
import UIKit
class LocationManager: NSObject, ...
- reputation score 21
Score of 0
0 answers
91 views
iOS messages clouding the log screen in metro
When developping for my react native app using expo I often use the metro logs to see if my code is working properly and to debug. However recently when adding new features that use different native ...
- reputation score 11