688,379 questions
0
votes
0
answers
10
views
iMessage Extension: didSelect not called on iPad when tapping same message - any workarounds?
I'm building a turn-based iMessage game and hitting a wall with iPad support. Looking for anyone who has solved this.
The Problem
On iPad, didSelect(message:conversation:) only fires the first time a ...
0
votes
0
answers
9
views
cordova‑ios 8.0.0 cannot lock orientation on iPadOS 26 (UIScene vs AppDelegate behaviour)
After upgrading to iPadOS 26, I found that my previously landscape-locked iPad apps stopped respecting orientation when rebuilt with cordova-ios 8.0.0, even though the same apps built earlier still ...
1
vote
0
answers
37
views
Wired issue in safari keep flickering (flash whites fo ever)
I have been facing a very wired issue with my customer who uses safari in their phones :
drive.google.com/file/d/1x9IvLvuyIAycaIW5JQEdZEc8Y9EFlQFp/view?usp=sharing
screen keep flashing/flickering for ...
0
votes
0
answers
50
views
This video is unavilable | Error code: 152 - 4
When trying to show youtube video in my app with embeded way, it shows the error code: 152 - 4.
I just want to make a view where passing the YouTube ID will play the YouTube video inside my app's ...
0
votes
0
answers
63
views
How can I access a certificate in my iOS app?
I am building an app with Flutter and am focusing specifically on iOS here. I want to pass a certificate installed on my iOS device to a proxy server with every HTTP request.
I have tried with ...
3
votes
1
answer
52
views
I'd like to know how update app in TestFlight
I’ve uploaded multiple builds to TestFlight (versions 1.0, 2.0, and 3). All builds show “Testing” status in App Store Connect and appear to be processed correctly.
However, when I try to install on my ...
-1
votes
0
answers
51
views
iOS Safari safe-area/status bar shows solid background instead of allowing content to scroll behind it (viewport-fit=cover + fixed header) [closed]
I’m testing a React/Tailwind site on an iPhone (Safari). I want the page content (hero image/background) to scroll behind the iOS status bar / notch area, but instead the top safe-area region stays a ...
-2
votes
0
answers
79
views
Undefined symbol: std::__1::__libcpp_deallocate[abi:ne180100] in React Native iOS build (Xcode 16) [closed]
I am building a React Native iOS project and getting a linker error related to libc++ during the archive/build phase.
The project compiles successfully, but fails during the linking stage.
Error:
...
0
votes
1
answer
67
views
Swift string truncates / does not hold enough content [closed]
I am trying to build up something that uses wkwebview and javascript..So, I am having terrible issues with strings..
They are way too short, meaning that they don't have enough capacity. I have ...
0
votes
1
answer
82
views
NativePHP: Running application in the background
I'm looking for an option to run the app in the background on mobile O/Sses (when app is not active, or a screen is off), but haven't found anything for NativePHP. I've checked a couple of open-source ...
0
votes
1
answer
63
views
How to change vertical alignment of individual items in SwiftUI HStack?
I have the following code.
struct ContentView: View {
@State var textInput: String = "Testing"
private let inputCornerRadius: CGFloat = 24
var body: some View {
HStack(...
-2
votes
0
answers
28
views
UIWindow not filling full screen — black bars in simulator after re-adding project files [duplicate]
I'm building an iOS app using UIKit and Storyboards. Yesterday my app was displaying correctly in the simulator. Today I accidentally deleted some project files and re-added them, and now the Login ...
Advice
0
votes
2
replies
59
views
SwiftUI: Can I change only the “off” track background color of a native Toggle (Switch) without losing the native appearance?
I’m using SwiftUI’s native Toggle with the switch style. I want to change only the off (not-selected) track background color, while keeping the native iOS switch appearance and behaviour.
I tried ...
-2
votes
0
answers
51
views
App trying to save to weird parts of the filesystem [closed]
I have an app that saves files to either the local folder or to iCloud. I've never had a user report problems with saving before until today, when a Russian user said he's getting the following error ...
0
votes
1
answer
70
views
SwiftUI IOS 26 - Menu button floats outside its container during selection animation
Don't even know how to explain this...
On IOS 26, in a scrollable view that contains a Menu, if I start scrolling the view before the menu selection animation finishes (roughly within ~1 second after ...