220,062 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
77
views
iOS ImagePicker shows all photos again after selecting "Limited Access" in Flutter – how to restrict to previously selected images?
I am working on a Flutter application where users upload documents (invoice / payment proof) from the gallery.
On iOS, when the app requests photo access and the user selects "Limited Access", the ...
0
votes
1
answer
181
views
SwiftUI Confirmation Dialog in iOS 26+
I'm trying to adds a confirmation dialog in my app that comes up from the bottom of the screen. This is possible in iOS 18 with a .confirmationDialog(), but when I build the same code for iOS 26 I get ...
Advice
0
votes
0
replies
26
views
How can I handle / remove the top bar space in a custom keyboard on iOS 26?
keyboard Image
I’m building a custom UIInputViewController keyboard.
Even after removing safe areas and setting constraints to view.topAnchor, there is still an empty space above the first row of keys....
3
votes
1
answer
100
views
How to check "Paste from Other Apps" Pasteboard permission status?
I know users can set this per-app in Settings → [App Name] → Paste from Other Apps, but I can't find any API to programmatically check the current status.
Am I missing something, or is there really no ...
-4
votes
0
answers
31
views
Don't see Developer Options on my iPhone 17 Pro Max [duplicate]
I have an iphone 17 max pro running ios 26.1. It is connected to my Mac Pro Sequoia 15.7.2. I have XCode 26.0.1. I want xcode to see my iphone, and i want to enable developer options on my iphone, but ...
1
vote
0
answers
125
views
How to set the custom DNS with the Network client on iOS
We are facing a DNS resolution issue with a specific ISP, where our domain name does not resolve correctly using the system DNS. However, the same domain works as expected when a custom DNS resolver ...
1
vote
1
answer
155
views
SwiftUI (sheets) - presentationDetents behaves incorrectly on iOS 16–18 but works correctly on iOS 26
I'm using a custom modifier called AutoSheetDetentModifier to automatically size a sheet based on its content.
On iOS 26, it works as expected: the content height is measured and the sheet shrinks to ...
0
votes
0
answers
37
views
PDF.js with Fabric.js on weaker IOS devices
In our application we use a combination of pdf.js and fabric.js to add fabric objects over a pdf.
The application in question Is made in angular.
The issue in question appears on older ios devices (...
Advice
0
votes
2
replies
85
views
Apple developer account for a reminder app
I am making a reminder app for both iOS and android based in expo using this video https://m.youtube.com/watch?v=V-hois8dgM4 for the base of the design. Unfortunately, I‘ve come to the point where I ...
0
votes
0
answers
88
views
iOS26 AVSampleBufferDisplayLayer crash
libobjc.A.dylib _objc_retain_x0 16
AVKit -[AVSampleBufferDisplayLayer(AVPictureInPictureSuppport) avkit_sampleBufferDisplayLayerPlayerController] 36
AVKit -[AVSampleBufferDisplayLayer(...
Advice
0
votes
3
replies
118
views
Tap to Pay on iPhone
my country is not yet listed as a Tap to Pay user, but it is in the process of becoming so. We are currently a group of developers at a company in my country working on a project to integrate Tap to ...
1
vote
1
answer
134
views
on iOS26 select lose focus after change value
Steps: I click select, on list select option, list is collapsed. After that on other platforms select stay focused. On iOS26 only (Chrome and Safari both) body gain focus. WebKit in Safari 26 ...
0
votes
1
answer
138
views
Open general settings without default apps permissions screen
I am trying to do simple thing - just to open the iPhone General Settings.
It is my code (on button click):
let settingsUrl = URL(string: UIApplication.openSettingsURLString)!
if UIApplication.shared....
1
vote
0
answers
81
views
Does iPhone support persistent microphone permission for web apps?
I have a web app that requires access to the microphone. On iPhone browsers (both Chrome and Safari), users have to grant microphone permission on every page reload. This results in poor user ...
2
votes
0
answers
49
views
ARKit eye tracking red dot doesn’t match where the user is looking during calibration
I’m building an iOS eye-tracking app using ARKit’s ARFaceTrackingConfiguration and ARFaceAnchor.blendShapes (like .eyeLookInLeft, .eyeLookOutLeft, etc.) to estimate gaze direction.
During calibration, ...