Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
30 views

I’m trying to implement this iOS delegate method in Delphi: - (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task willBeginDelayedRequest:(NSURLRequest *)request ...
zeus's user avatar
  • 13.3k
0 votes
0 answers
32 views

I'm encountering a critical issue after upgrading my React Native app to version 0.77.3. The iOS app builds successfully in Xcode but crashes immediately upon launch. The crash appears to be related ...
Ridwan Malik's user avatar
Tooling
0 votes
0 replies
21 views

I’m trying to run a React Native app with Metro on a port other than the default 8081 (e.g. 10000). I’ve followed the official React Native docs here: https://reactnative.dev/docs/troubleshooting#...
MissingSemicolon's user avatar
1 vote
2 answers
68 views

I have a SwiftUI view with multiple TextFields and a @FocusState bound to my view model. I want the first field to automatically get focus whenever the view appears(when coming back from a SecondView)....
Whirlwind's user avatar
  • 12.6k
0 votes
1 answer
49 views

TL;DR: my app has some global alerts and modals (e.g. hints about trial limits, the in-app purchase screens, etc.) which should be available through out the app. In UIKit I could always present alerts ...
Andrei Herford's user avatar
0 votes
0 answers
20 views

I’m integrating HyperVerge as my KYC provider in a React Native + Expo app. On Android everything works fine. On iOS, the flow is: HyperVerge captures the user’s face successfully When the SDK asks ...
Aditya Jaju's user avatar
0 votes
0 answers
29 views

wifi-aware has been introduced in iOS 26, but it seems that We can only use NetworkConnection to send data to the endpoint. I want to know that how we can send http over NetworkConnection? public ...
赵洪武's user avatar
0 votes
1 answer
31 views

I’m working on a Flutter app that integrates an external authentication system provided by another company. The login and password-reset flows are handled entirely inside a WebView (their backend + ...
Patrick Schwarz's user avatar
0 votes
0 answers
28 views

As the title suggests, I'm encountering the following issue: In a new project where SwiftUI is used as the main UI development component, the app crashes on launch in versions below iOS 17. The log is ...
du wt's user avatar
  • 1
-1 votes
0 answers
20 views

I’m running into a crash when trying to sync cookies from my app to a WKWebView’s HTTPCookieStore. The crash happens at the setCookie call inside an async function. I’m not sure why it’s happening. ...
jieun's user avatar
  • 1
-2 votes
2 answers
72 views

I've inherited a GitHub job I don't understand well and that has stopped compiling. It creates a .a library for iOS. The source consists of a set of modules, each declared thus: export module x; ...
Imer Satz's user avatar
1 vote
1 answer
55 views

Trying to make a sheet-like view that attaches at the bottom to another view so I'd like to have only the top two corners rounded. This works for a blurred effect: let glassView = UIVisualEffectView(...
massimobio's user avatar
0 votes
0 answers
25 views

I would like to use the arrow keys as keyboard shortcuts in an app that I am building for iOS/iPadOS, for the sake of users with a hardware keyboard. The following code works fine for iPhone, but not ...
Anton's user avatar
  • 3,399
0 votes
1 answer
57 views

import SwiftUI struct OnboardingView: View { @ObservedObject var viewModel: OnboardingViewModel var body: some View { TabView(selection: $viewModel.currentPage) ...
Dias Kaussov's user avatar
0 votes
0 answers
37 views

When I build react native app I see this error: Incompatible React versions: the react and react-native-renderer on iphone . and this is my package.json so, I need help in this case. This image ...
Maha Ahmed's user avatar
0 votes
0 answers
20 views

I’m trying to implement a button in my iOS app that sends the user directly to: Settings → Safari → Extensions Some other apps seem to briefly open the Shortcuts app and then jump to this exact Safari ...
김윤홍's user avatar
1 vote
2 answers
56 views

As you can see in the image below, I want the left (star) and right (sun) views’ backgrounds to fill their parent (HStack) without using GeometryReader or altering the HStack’s natural height. struct ...
Avii's user avatar
  • 77
1 vote
1 answer
70 views

I have a SwiftUI view that switches between two completely different container layouts: a TabView layout (for compact width) a sidebar + content layout using HStack (for regular width). I am using a ...
Andrei Herford's user avatar
-1 votes
0 answers
20 views

I've encountered a situation where I'm using a microphone in a keyboard app. When I try to use the keyboard's microphone in a host app, I need to open the container keyboard app to authorize the ...
bidm's user avatar
  • 1
0 votes
1 answer
49 views

I have an iOS app with a WatchKit target (companion app). Both the iOS app and Watch app have the App Group capability enabled. I am trying to share data between the iOS app and Watch app using a ...
Muhammad Manzar's user avatar
0 votes
0 answers
70 views

How can I make the background of a ToolbarItemGroup clear with a glass (blur) effect in iOS 26? Is there a supported way to achieve this? I have tried to make the background clear but it didn't work ...
Mahmoud Abdelshafi's user avatar
-6 votes
0 answers
41 views

There's been a "bug" for years that un-read emails deleted on Apple Mail on iOS will show up in the Trash folder on MacOS as still being unread. It's like half the messages. Sometimes I can ...
Clif Watson's user avatar
0 votes
0 answers
25 views

I’m using NLTagger with the .sentimentScore tag scheme to analyze text sentiment. The setup is straightforward, and the code looks like this: import NaturalLanguage struct Scorer { let tagger = ...
Shubham B's user avatar
1 vote
0 answers
42 views

How can I make BGProcessingTask run consistently on TestFlight for a file-processing + background-upload workflow? Specifically: Is there a known issue or limitation with BGProcessingTask + ...
Architek Gyaan's user avatar
-1 votes
0 answers
39 views

Xcode 26.1 Flutter 3.38.1 I have tried this: flutter clean rm -rf ios/Pods rm -rf ios/Podfile.lock rm -rf ios/Flut
waseem ashraf's user avatar

1
2 3 4 5
13772