Skip to main content

All Questions

0 votes
0 answers
26 views

why is my flutter app opening a deep link url in the browser and not automatically opening route in app?

I have tried in both the iOS simulator and Android Studio simulator to run my deep linking test. Android worked in the event that android:launchMode="singleTop" because it rendered the app ...
Spencer's user avatar
  • 11
0 votes
0 answers
21 views

applinks not showing in swcutil_show.txt

I have a React Native (RN) application that supports App Links (Universal Links) functionality. Whenever I upload the application to our TestFlight, everything works as expected, and data for the App ...
idrizovDjem's user avatar
1 vote
0 answers
32 views

How to execute deep link in Flutter app with url?

[What I want] User sends certain url to friend -> https://hayatshin.github.io/userId Once friend clicks url then app is opened and userId is passed to app [What I did] I deploy https://hayatshin....
Hyejung's user avatar
  • 1,196
0 votes
0 answers
40 views

Open universal link when app is in background

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
28 views

Does iOS Universal Link work with website redirections?

I have completed the setup of iOS Universal Links from official Flutter guide. Including hosting the AASA file in my server's /.well-known/apple-app-site-association: { "applinks": { &...
Compaq LE2202x's user avatar
1 vote
0 answers
146 views

iOS Universal Links not Opening App, Opening in Browser Instead

I'm facing an issue with implementing Universal Links (applinks) in my iOS app. I've followed the necessary steps outlined in the Apple documentation [link to documentation], but the links still open ...
Oussama Ridéne's user avatar
-1 votes
1 answer
190 views

Deep Linking using Universal Link in iOS - Swift

I had setup deep link and it is triggering the below callback in both cases when my app is in foreground or in Background. Now I have Splash View Controller, Login View Controller and ...
Irtaza Hussain's user avatar
0 votes
0 answers
26 views

iOS universal links not working for new bundle identifier

Currently universal links are working for our production app identifier(com.dubizzle.dubizzlehorizontal), so we've introduced a new bundle identifier for beta environments in app. Surprisingly the ...
rao usama's user avatar
0 votes
1 answer
205 views

tvOS: Universal Links Handling in Media App

I am reaching out for assistance with an issue I am encountering in my media app related to executing universal links. My app is designed to handle universal links to navigate users directly to ...
Prakash.DTI's user avatar
2 votes
1 answer
1k views

Deep Linking in iOS - Navigate to Apple Store if app not installed (Flutter)

I followed the steps in this https://docs.flutter.dev/cookbook/navigation/set-up-universal-links to implement universal links and created a link that I published to the App Store. However, when I ...
Aleksandar Djordjevic'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
0 answers
180 views

Sending universal links with brevo (Sendinblue) email leaves a 404

Im sending my universal links through brevo (Sendinblue). It redirects and sends email fine, but leaves a 404 page in safari with the error: build-verify URL: build UrlParms: build-verify URL: ...
learncode's user avatar
  • 490
0 votes
0 answers
100 views

IOS Universal Link works and redirects from website to app but leaves a 404 (safari) sendinblue email error behind. Why?

Im wondering is this is normal: I have set up universal links which work - after clicking on link I see my website for like a second and then im being redirected to my app. When I open safari ...
learncode's user avatar
  • 490
0 votes
0 answers
779 views

Flutter App links and universal links are now working?

I am learning flutter and want to apply the app links and universal links functionality in the app but wondering some issues. I want to implement this functionality with the help of my domain. I want ...
Rakesh Saini's user avatar
1 vote
1 answer
136 views

Exclude rule not working in apple-app-site-association file for URLs containing `#` sign

I'm facing an issue with deep links in iOS. I have a URL that needs to be excluded, and it includes a # sign, for example, https://www.someurl.com/#/register. I've tried excluding this path in the ...
serhanaksut's user avatar

15 30 50 per page
1
2 3 4 5
16