Skip to main content
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
0 votes
0 answers
39 views

want to dismiss defauls call sheet without any tap on view and push controller of dismiss complition I am not clear how I can dismiss this and I am able to find actual name of this controller or etc.
Deepanshu Kamboj's user avatar
3 votes
1 answer
598 views

Circumstances I've got a SwiftUI App with deep link support. When .onOpenUrl is triggered, the app navigates to a specific screen. Every view can listen to that deep link url and therefore has all ...
WalterBeiter's user avatar
  • 2,380
0 votes
1 answer
316 views

In my app , I check [UIPasteboard generalPasteboard].changeCount in - (void)applicationDidBecomeActive:(UIApplication *)application But I found that every time I press iPhone's Lock Screen button , ...
ximmyxiao's user avatar
  • 2,923
1 vote
0 answers
926 views

I'm trying to use universal links to be detected in a callback in an app developed in SwiftUI. I think all the settings are ok, including the AASA file, capability in the app with applinks: join-...
lopes710's user avatar
  • 435
0 votes
1 answer
192 views

I have an app that supports both portrait and landscape. So in Info.plist / Project Settings I specify both orientations. In my UIViewController I override supportedInterfaceOrientations to return ....
Pavel Alexeev's user avatar
2 votes
2 answers
7k views

I follow the previous question (Swift , Xcode, iOS - How to handle a file sent with 'Open in...' from another app to my own app) to integrate the function to Open in... in my app. I would like ...
user8460166's user avatar
8 votes
1 answer
6k views

I'm having the following code block: struct StackOverflow: View { var body: some View { Text("Hello, World!") .padding(.bottom,UIApplication.shared.windows.first?....
SwiftUIRookie's user avatar
5 votes
0 answers
726 views

I am experiencing some strange behavior in my app. Sometimes, when users kill the app, SceneDelegate.init() and scene(_:willConnectTo:options:) are called again which causes running the app init flow ...
Tomáš Černý's user avatar
3 votes
0 answers
479 views

My Swift app should open files with a custom extension, let's say it is 'ext'. In the info.plist file it's like <key>UTExportedTypeDeclarations</key> <array> <dict> ...
P5music's user avatar
  • 3,355
0 votes
1 answer
1k views

I am trying to add an AppDelegate to a standalone watchOS SwiftUI app (no companion iOS app) as indicated in here, but I can't seem to resolve the issue Cannot find type 'UIApplicationDelegate' in ...
Paolo Marini's user avatar
0 votes
1 answer
87 views

I'm trying to open a file directly in the predefined app. I have this code running but I keep getting an error... func pushFile(_ destination: URL) { let appURL = destination DispatchQueue....
Cristian's user avatar
2 votes
1 answer
2k views

I started a sample iOS app in order to explore SwiftUI; at some point I thought enabling Mac support would be a fun thing try, and surprisingly, I have good result with little to no additional code. ...
Omer's user avatar
  • 5,610
1 vote
0 answers
364 views

Hi I want to check if the user use AppDelegate or SceneDelegate as I want to swizzle functions like DidBecomeActive, so how to check it? I was thinking of checking this by detecting if the user use ...
Bathant Hegazy's user avatar
0 votes
0 answers
564 views

I want to call a post method every 60 seconds later while application is in background mode.My objective is to store user location and send it to my server.So far, for test purpose I have used ...
Emon's user avatar
  • 462

15 30 50 per page
1
2 3 4 5
35