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
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
3 votes
0 answers
115 views

Chrome not open deep linking react native android/iOS

I have configured deep linking on the react native project. In iOS, it works on safari but when I open the link from Chrome it doesn't work. In Android, it work when I test db shell am start -W -a ...
phuocantd's user avatar
  • 585
0 votes
0 answers
174 views

Universal Links/App Links doesn't open the app with URL redirection

If I add my universal link (XYZ.com) for a Button onClick or any other action click, the app opens without any issues. But my usecase is something like this, There is a button in the website with an ...
Binuka Kamesh's user avatar
0 votes
2 answers
615 views

how to add support for "?" (query) in path for apple-app-site-association file?

"apple-app-site-association" file content: { "appclips": { "apps": ["**********.com.project.example.Clip"] }, "applinks": { ...
Deep Gandhi's user avatar
3 votes
0 answers
671 views

IOS Universal Link not opening in facebook app

I want to have my url monkeybrainsapps.com/sudokugame?id=123 open in my app from facebook app. My universal link in ios is properly setup ie when I click on the link from gmail, notes, messages etc, ...
user862268's user avatar
5 votes
2 answers
5k views

Android App Links - exclude specific sub-directory

I am using Android App Links to take users to a specific screen directly in my app. I am following the same approach as Rakuten, meaning the last path segment(LPs) of the URL is a valid domain, which ...
shanraisshan's user avatar
  • 3,593
0 votes
1 answer
995 views

iOS AppLinks only not working from mail app

We are in the progress of creating a new application and I'm facing some issues with the usage of app links. So I added the entitlements and I'm hosting the ".well-known/apple-app-site-...
dirkvranckaert's user avatar
1 vote
1 answer
965 views

How to have app links (Android) url with no "www" & "https" prefix

I have a working app link feature on my android app built using React native. The issue is that the current link looks something like this https://www.example.xyz/something/ and the following is the ...
Shepherd_of_fire's user avatar
62 votes
4 answers
16k views

apple-app-site-association file is not fetched from server but cached at apple?

We have universal links working for a long time now. Today I added a path to the AASA file (let's call it sub2). The path was not recognised by the app, even after reinstalling it. When I debugged I ...
S. Roose's user avatar
  • 1,557
13 votes
2 answers
32k views

How to setup Associated Domains / Universal Links

I am trying to redirect the user to the installed app when visiting www.example.com/success as well as show a banner when visiting the homepage www.example.com. With my current implantation the url ...
A.Roe's user avatar
  • 1,055
0 votes
1 answer
84 views

Universal link not opening app even with valid files

I am trying to open a app when universal link has been clicked . { "applinks": { "apps": [], "details": [ { "appID&...
Kishore Kumar's user avatar
4 votes
1 answer
2k views

How to auto close a Safari View Controller or Chrome Custom Tab and return to the mobile app?

My mobile app (React Native) uses a Web View (Chrome Custom Tabs on Android and Safari View Controller on iOS) for a small user flow within the app. At the end of the process the web view should ...
Flavien's user avatar
  • 7,957
-1 votes
1 answer
231 views

How to implement universal link in ios 9.0 or above?

Using Branch code for universal link implemented in Xcode but no luck lingering around since long plz help.
shubham bhadauria's user avatar
17 votes
0 answers
6k views

Deeplink solution for IOS and Android apps works in Facebook

There are too much Deep Linking (Universal Links or App Links) tutorials. But most of them shows how to enable it in Android or IOS Apps. Also there are paid cloud solutions but they offer to much ...
Mustafa Atalar's user avatar

15 30 50 per page