688,596 questions
0
votes
0
answers
8
views
Playing Apple Fairplay encrypted content on iOS 26
For iOS17 we've had no problem playing Apple Fairplay encrypted content with keys delivered from our key server running on FairPlay Streaming Server SDK 5.1 and subsequently FairPlay Streaming Server ...
1
vote
0
answers
24
views
How can we disable iOS ducking feature completely during our video call app?
we have a problem in our video calling app (built in react native) where we want to play background music locally (we are using react-native-sound) and we are using daily react native sdk for video ...
0
votes
0
answers
18
views
Integrating Unity Project into React Native Expo App (iOS/Android) using @azesmway/react-native-unity
I am attempting to integrate an existing Unity project into a React Native application that uses the Expo ecosystem. I am targeting both iOS and Android and am trying to use the popular community ...
Tooling
0
votes
1
replies
18
views
Best way to toggle airplane mode and mobile data on iOS during automation tests
I’m looking for a way to programmatically toggle airplane mode and mobile data on iOS devices during my automation tests.
Tech Stack:
-Automation: WebdriverIO
-Mobile automation: Appium
-Platform: iOS ...
0
votes
0
answers
38
views
.presentationDetents([.height(550)]) works on iOS 26 but becomes fullscreen on iOS 18.6
I'm trying to present a SwiftUI sheet with a fixed height of 550 points, and I expect it to remain 550 points tall on all iOS versions.
.sheet(isPresented: $showSheet) {
MySheetContent()
....
0
votes
1
answer
53
views
How can I read the setting of the Liquid Glass design mode?
In iOS 26.1, a new system setting allows users to toggle the Liquid Glass design between 'Tinted' and 'Clear' modes.
I need to programmatically read this preference to adapt my UI. Which specific ...
1
vote
1
answer
58
views
How do I remove the square white background behind the rounded corners of the keyboard in Xcode 26?
check the screen shot
As shown in the screenshot, I haven't added any extra definitions or styling. The white background behind the rounded corners appears in some places but not in others. Is there a ...
-4
votes
0
answers
38
views
With an Xcode project in despair because of package [closed]
I am only relatively new to the community. However, I can't get a few packages together and now I don't know how to get any further and I'm still at the beginning of my project, I would also be ...
1
vote
1
answer
33
views
iOS 26 - Swipe to dismiss in a navigation controller by starting the swipe at the left edge of the screen and not center of screen
In my app you can swipe from left-to-right on the left edge of the screen to dismiss a UIViewController in a UINavigationController.
But now in iOS 26, you can start the swipe from anywhere on the ...
-3
votes
0
answers
56
views
How to find and remove the implementation of Toast like messages in iOS?
I was given an iOS legacy code. The tester can reproduce a strange issue, the application shows a Toast (Android) like message at the top of the screen which counts milliseconds, then disappears.
I ...
0
votes
0
answers
33
views
iOS 26 navigation bar's position is positioned lower than iOS 18 in landscape mode
My app simply contains a navigation bar, and notice that iOS 26 renders it lower than expected. As you can see from the screenshot, it's positioned at 24 pt down. However, on iOS 18, the navigation ...
-4
votes
0
answers
33
views
Files shared on iOS via Files, Mail or Messages don't show custom icon [closed]
Spent hours with multiple AIs. I export/import JSON, use ShareLink - all works. Except the icons.
Tried single res 1024x1024. Three diff res for @2x and @3x. Nothing works - get generic icon, ...
-6
votes
1
answer
55
views
Expo Google OAuth with expo-auth-session: redirect_uri_mismatch and flowName=GeneralOAuthFlow when using auth.expo.io [duplicate]
I’m building an Expo React Native app and trying to implement Google Sign-In using
`expo-auth-session` and `expo-auth-session/providers/google`.
Environment:
- React Native (Expo Router)
- Running in ...
0
votes
0
answers
23
views
LaunchScreen storyboard safe area is different with the app's
I want to recreate the first page of the app for the launch screen, and unfortunately, it can be done only using Storyboard, but strangely, the Storyboard seems to have a different safe area with ...
0
votes
0
answers
46
views
CLGeocoder deprecation: How can I obtain geocoding bounds in MapKit?
I am currently using CLGeocoder in weather app on iOS to handle user's location queries. I then use the region property of the resulting CLPlacemark objects to obtain the region corresponding to the ...