Skip to main content
0 votes
0 answers
18 views

I'm working on a Linphone-based application (SDK), and I'm encountering an issue related to re-registration behaviour after receiving regular application push notifications. Problem Description: The ...
Kalpesh's user avatar
0 votes
0 answers
50 views

UITabBarAppearance Background Not Applying UITabBarAppearance *appearance = UITabBarAppearance.alloc.init; [appearance.stackedLayoutAppearance.normal setTitleTextAttributes:@{...
aberlt's user avatar
  • 1
-4 votes
0 answers
57 views

I’m trying to implement VoIP push notifications in my React Native app using react-native-voip-push-notification. Regular push notifications (FCM & Apple notifications) are working, but the VoIP ...
Dawood Haider's user avatar
0 votes
1 answer
63 views

I’m using NSURLSession with a background configuration to upload a large file, and the server immediately returns another large file in the same request (I cannot change the server behavior). I only ...
zeus's user avatar
  • 13.3k
0 votes
0 answers
81 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
-2 votes
0 answers
73 views

Has someone managed to configure a NSTextView in AppKit in Objective-C so it behave as a NSTextField (same background and focus ring)? I understand NSTextField cannot manage multiline text editing as ...
alphafox75's user avatar
1 vote
1 answer
84 views

How to resolve error: Non-Sendable parameter type BookInfo of actor-isolated @objc instance method cannot cross actor boundary? BookStore.swift: // manage state of instances of BookInfo @objc actor ...
YOUZHI LIANG's user avatar
3 votes
1 answer
81 views

This is super easy with UIKit (imageWithTintColor:) but I need tinted monochrome NSImage in AppKit and no such equivalent exists. I know there is private method in AppKit -[NSImage ...
Marek H's user avatar
  • 5,652
-2 votes
1 answer
96 views

I am using CLLocationManager to obtain the device's compass heading (direction), and I have encountered an abnormal behavior: When the user is stationary: After calling startUpdatingHeading(), the ...
lin1123's user avatar
0 votes
0 answers
48 views

Follow up for this question VersionNumber and VersionString in umbrella header is what is the repercussion of changing this line from the autogenerated umbrella header file xFramework.h: //! Project ...
aguilarpgc's user avatar
  • 1,233
0 votes
0 answers
35 views

We are facing an issue in our iOS Cordova hybrid app (WKWebView) during biometric → passcode fallback authentication. Environment: Cordova iOS 7.x (WKWebView) Native plugin handles Face ID / Touch ID ...
vasanthangel4's user avatar
1 vote
0 answers
41 views

We try to replace the depreated reverseGeocodeLocation call by MKReverseGeocodingRequest for WatchOS 26. However, the call always returns error -1009 indicating that there is no connection to the ...
Andreas Garzotto's user avatar
0 votes
0 answers
35 views

I'm currently try to learn the basics of Objective-C. Watching old videos I see people placing outlets and especially function-headers in the header-file. What is the benefit of having a function-...
mewi's user avatar
  • 791
0 votes
0 answers
55 views

I have old code that is capable of displaying every image but not the SVG. SVG can be displayed with QuickLook using Finder. However, I cannot replicate this in app. Quick note: NSImageView can ...
Marek H's user avatar
  • 5,652
0 votes
0 answers
24 views

I create an app in Xcode in macOS Tahoe using Storyboards for macOS not modifying anything, and I run it, and I click on the Window menu. This is what I see: But now... in the default storyboard it ...
John's user avatar
  • 41

15 30 50 per page
1
2 3 4 5
19461