Skip to main content

All Questions

-1 votes
0 answers
24 views

iOS Swift-Universal Link jump to the App, can't open detail page

I have a universal link, https://domain/user/123123 when app opens, I can open the user profile by the universal link, but if turn it off, just can open the app, can not jump to the profile page. I ...
Mark's user avatar
  • 1
0 votes
1 answer
58 views

Open via universal link doesn't toggle bool on device

I have a pretty easy code solution, that opens the app as it should. The Associated Domains and the apple-app-site-association file all work, but if I have a variable in there, or even a print ...
bennyyy999's user avatar
0 votes
0 answers
21 views

Universal Links with ASWebAuthenticationSession where prefersEphemeralWebBrowserSession is set to false

I have an iOS app. I want to implement the social login with Notion. Using ASWebAuthenticationSession I could set up the whole flow using prefersEphemeralWebBrowserSession set to true. This is a bit ...
kdrtibor's user avatar
1 vote
0 answers
101 views

While passing the LinkedIn profile url to open the LinkedIn profile in LinkedIn app, it's opening in web

I want to open the profile of LinkedIn in LinkedIn app if app is installed otherwise in web. So, I added the code like this: if let linkedIn = "https://www.linkedin.com/in/...
Swarna Pandey's user avatar
1 vote
1 answer
232 views

iOS App Clip Not Launching with Universal Link in SwiftUI

Description: I am developing an iOS App Clip using SwiftUI and am encountering an issue where the App Clip does not launch when clicking a Universal Link. Below are the key details of my setup and ...
lcolli71's user avatar
1 vote
0 answers
267 views

Swift Universal Links not calling the AppDelegate's function

I'm pretty new and inexperienced with SwiftUI. This is the first time I try to implement universal links to my app, and after hours of debugging I still cant figure out why it's not working. I have my ...
Davide Dan's user avatar
1 vote
0 answers
760 views

iOS universal links not entering in UIApplicationDelegate callback

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
  • 365
0 votes
1 answer
298 views

Application not handle <Universal Links>

I have some trouble with universal links, and I can't understand why my app not handle Universal Link. Application based on SwiftUI but I use UIkit for developing @main struct iOSApp: App { @...
Ice's user avatar
  • 730
1 vote
2 answers
668 views

refreshing a View below onOpenURL

I'm making a chat-like application with a main view called ChatView and a list of Conversation Views with different contacts. The idea behind the app is that messages are split into 3 parts and sent ...
arturybak's user avatar
2 votes
1 answer
1k views

How to handle opening a URL to load a specific app screen?

I want to implement a functionality where when a user clicks a URL to reset their password, it directs them to the "PasswordReset" screen in my app. Currently, when I click the URL (ex: ...
Nadia Siddiqah's user avatar
2 votes
0 answers
393 views

SwiftUI .onOpenURL does not call on physical device

I have implemented Universal link on my app using SwiftUI. The below is the snippet code for implementation. WindowGroup { ContentView() .onOpenURL { url in viewModel.urlFromOnOpenUrl = ...
itopstory's user avatar
0 votes
0 answers
314 views

Opening universal links doesn't open in app

I'm trying to implement the "Universal links" feature in my app. I'd like any link that starts with my domain to open in the app. e.g: "www.mydomain.com/login" - Open in the app &...
Amy's user avatar
  • 1,245
3 votes
2 answers
554 views

BranchIO Universal Link iOS data only works when long pressing and selecting open with

I have implemented BranchI to handle universal links, I have been through the documentation and as far as I can everything should work. The behaviour I get is that when I long press and select open ...
blueStar's user avatar
  • 313
4 votes
0 answers
321 views

Does iOS universal link can forward to App at first time user install app?

I want to make my app automatic get ref code from Universal link at the first time install app from Appstore and click Open from AppStore. Can I do it in this case ? Here is my use case: I'm using ...
Tho Bui Ngoc's user avatar
0 votes
0 answers
778 views

SwiftUI - open link from my website in the app

I have one SwiftUI - iOS app running, and I need to open the link from email/whatsapp/etc in my app. So lets say the link is like this (from my website): https://www.mapplebook.com/welcome;id=123 I ...
Luk2020's user avatar

15 30 50 per page