Skip to main content

Questions tagged [ios-universal-links]

With universal links, iOS users can tap a link to your website and get seamlessly redirected to your installed app without going through Safari. If your app isn’t installed, tapping a link to your website opens your website in Safari.

ios-universal-links
0 votes
0 answers
11 views

how to setup firebase dyanmicLink use Scheme only (iOS)

how to setup firebase dynamic-links use Scheme only? for some reason, I can't use dynamic-links, and i need firebase's dynamic-links, so the only way to i can do is find out how to create dynamic-...
Chenjtc's user avatar
  • 20
3 votes
1 answer
457 views

Universal links / Deep links opens in webviews

To give you some context: The goal is to share objects from our apps via links (deeplink), however, when the link is sent on Facebook/Messenger/Instagram and when we try to open it, it does not open ...
BLKKKBVSIK's user avatar
  • 3,468
2 votes
0 answers
155 views

Universal links from Flutter app don't open wanted screen if app is terminated/killed

I have a problem with universal link in my iOS app made with Flutter. I have successfully setup everything and link for resetting password in my app is working fine. On my Android app I have no ...
Dušan Perić's user avatar
0 votes
0 answers
42 views

Deep links are not directing users to the intended apps, instead, they are redirecting to the respective apps on app store

Problem : Deep links are not directing users to the intended apps, instead, they are redirecting to the respective apps on app store. When clicking on a deep link in private mode, it consistently ...
Yuvaraj Sakthivel's user avatar
0 votes
1 answer
312 views

Universal Link not navigating to the correct website

I'm trying to get universal links working in my app. I... have my server set up is a fully qualified domain... has a valid certificate has .well-known at the root... a file called apple-app-site-...
Adrian's user avatar
  • 16.5k
0 votes
1 answer
311 views

How to exclude the root for Universal Link on iOS (React Native). It is unstable

I'm following this guide for my React Native app and I'm testing Universal Link for iOS. Now, I only want the Deep Link to open my app on /launch.html and not on root but it seems that all the subpath ...
Compaq LE2202x's user avatar
2 votes
1 answer
1k views

Android app links work in production, but not on emulator

I have configured app links as such: <intent-filter android:autoVerify="true"> <action android:name="android.intent.action.VIEW" /> ...
MIPB's user avatar
  • 2,291
0 votes
0 answers
49 views

Do Universal Links on iOS applications always go through the browser first?

For some context, I am using a cordova application with this plugin: ionic-plugin-deeplinks. This might be irrelevant to my main question though. I have Universal Links configured for my application, ...
connected_user's user avatar
0 votes
1 answer
445 views

Universal links not working after upgrading React Native to 0.0.72

We had universal links working for our react native app when we were on the previous React native version 0.0.67. We are now upgrading to React Native version 0.0.72 and universal links are no longer ...
Pankaj Badgujar's user avatar
2 votes
1 answer
825 views

IOS Universal link works in notes but not in browser

I have a universal link that does not work properly. Lets say the link is domain.com/sub. We have set up in xcode the associated domain "domain.com". We have set up /.well-known/apple-app-...
Ludvig Eriksson's user avatar
0 votes
0 answers
69 views

Can't call universal link nuxt 2

I'm trying to call the universal link on iOS. But nuxt 2 is handling 404 and redirecting to error.vue page. apple-app-site-association file configured on the web. If there is an app installed then it ...
Jagaa's user avatar
  • 601
0 votes
0 answers
1k views

Flutter app deeplink opens android app but can not open ios app

My problem is this; I am trying to implement a deeplink feature to my flutter app. I followed the steps on the official docs https://docs.flutter.dev/cookbook/navigation/set-up-universal-links and the ...
Mahir Yakup Şahin's user avatar
0 votes
1 answer
400 views

Exclude all paths except specific apple-app-site-association

I need to make app responsible only for specific paths and all other paths are excluded. I'm trying to make apple-app-site-association config the next way, but no luck { "applinks": { ...
Miralas's user avatar
  • 21
0 votes
0 answers
120 views

How to let Universal Links only redirect to mobile App from specific paths?

I am trying to make use of Universal Links from Apple to link from a url directly into my mobile app, but all the paths are redirecting into the app even if I just want one specific to redirect into ...
Martin Seubert's user avatar
0 votes
1 answer
141 views

Universal Link How to forbid open all links except some?

apple-app-site-association: { "applinks": { "details": [ { "appIDs": [ "XXXXXXXXXX.com.project", ...
Nike Kov's user avatar
  • 13.4k

15 30 50 per page
1
3 4
5
6 7
56