Skip to main content
0 votes
0 answers
19 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
54 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
82 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