Skip to main content
1 vote
0 answers
567 views

Question Details: Per Apple's requirement starting iOS 26, we need to migrate from UIApplicationDelegate to UISceneDelegate. However, the critical API for remote notification token handling: ...
ximmyxiao's user avatar
  • 2,923
3 votes
1 answer
354 views

Summary When a SwiftUI widget uses a Link containing an Image modified with .widgetAccentedRenderingMode (using any mode except .fullColor), tapping the image on the widget launches the app but does ...
Igor Palaguta's user avatar
0 votes
1 answer
17 views

I have used the following code for years to add a right bar button item to the navigation bar, but for some unknown reason, this no longer works. It stopped working when I updated my app to have Scene ...
JeffB6688's user avatar
  • 3,890
0 votes
1 answer
22 views

I received a rather ominous warning that my app must be upgraded to support Scenes. So I updated it based on the approach specified in Apple documentation (Managing your app’s life cycle and ...
JeffB6688's user avatar
  • 3,890
0 votes
1 answer
126 views

I'm struggling with App Clips and what appears to be a Black Box technology. So, I have it set up where it "works". I can scan a QR code, and it knows the embedded URL is an invocation URL ...
horseshoe7's user avatar
  • 2,847
0 votes
0 answers
175 views

I have a case with this problem iOS. When I click an universal link, when the app is in background, the below method not fired func application(_ application: UIApplication, continue userActivity: ...
vinu's user avatar
  • 63
0 votes
0 answers
140 views

Background: The situation described is very similar to those highlighted in the following questions on SO and Apple Developer forums. Unfortunately, after trying the suggested solutions, as well as ...
daspianist's user avatar
  • 5,545
-2 votes
1 answer
119 views

I'm working on a legacy iOS project where the AppDelegate file exists, but there's no SceneDelegate. I need to implement Facebook App Events following the guidelines provided here: Facebook App Events ...
sangam pokharel's user avatar
2 votes
2 answers
747 views

I am trying to set up a SwiftUI app that shows different UI on the device's app and the external, non-interactive display (like Keynote does when presenting). What I have so far: @main app structure ...
Kacper Cz's user avatar
  • 606
0 votes
1 answer
152 views

When a specific url is opened we enter to this function func scene(_ scene: UIScene, openURLContexts URLContexts: Set<UIOpenURLContext>) { I need to go to a specific screen. What I tried to do ...
tamtoum1987's user avatar
  • 2,087
0 votes
0 answers
177 views

I need to use external screen do lyrics projection (I develop app for chords & lyrics). Everything works fine until I move app to background and back to foreground. View on external screen is not ...
MarekP's user avatar
  • 1
0 votes
1 answer
199 views

I have followed this documentation to set up Universal links. I think I've set up everything successfully because when I tap a universal link, my app is launching and I'm receiving the URL in scene(_:...
NightFuryLxD's user avatar
1 vote
0 answers
470 views

I am facing one issue where I have created a car play scene delegate file but it never gets executed. Here is my code for the app @main struct FredScannerProApp: App { @...
Jitendra Modi's user avatar
0 votes
0 answers
20 views

At first, Xcode always been terminated with the error related with EnvironmentObject. To utilize EnvironmentObject on Xcode, I created SceneDelegate.swift since my project didn't contain it. Then it ...
Tony Kang's user avatar
0 votes
1 answer
290 views

I'm facing an issue with Firebase Dynamic Links in my iOS application. Whenever I open the app using a dynamic link, none of the functions in my AppDelegate or SceneDelegate seem to be called, except ...
eugene_prg's user avatar
  • 1,228

15 30 50 per page
1
2 3 4 5
11