Skip to main content

All Questions

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
1 vote
0 answers
386 views

Universal Link and App Store Redirection Issue on iOS, using Firebase Cloud Functions

I have a Firebase Cloud Functions implementation to open Amazon product links inside the Amazon app on Android/iOS devices or redirect users to the Amazon app on App Store if the app is not installed. ...
Muhammad Taimoor Sultani's user avatar
0 votes
0 answers
367 views

iOS/Android Deep Linking from Mail/Website

My use case is as follows: I send an email to a user of mine with a link to the iOS/Android apps of us. Is there a possibility to enhance the links to these apps with an argument like userId=123 which ...
gabac's user avatar
  • 2,078
1 vote
1 answer
2k views

Does assetlinks.json file for Android App Links have a size limit like the iOS counterpart?

In order to only allow authorized apps to open https links, Android has App Links, and iOS has Universal Links. In both, one needs to upload a file, viz. assetlinks.json for Android and apple-app-site-...
Shobhit Puri'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
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
1 vote
2 answers
1k views

Open react native application from email when i click on button instead of link(URL) from email

I had implemented deep linking in react-native android, universal links in react-native ios. It works fine when I click the link or URL from an email app or any messenger my react-native app opens. ...
Pratap Penmetsa's user avatar
0 votes
1 answer
2k views

How to add universal links with content inside Cordova app

I made it in Android. add new activity in Android Studio In MainActivity.java // Set by in config.xml loadUrl(launchUrl); Change to // Set by <content src="index.html" /> in config....
Alex's user avatar
  • 1
1 vote
1 answer
275 views

Returning to Native App from Gmail (or other native app) WebView Browser in Android

User Flow user opens app, taps "forgot password" "forgot password" email is sent user opens forgot password email, website opens in gmail browser password is reset, website ...
Daryl Teo's user avatar
  • 5,455
2 votes
0 answers
304 views

iOS Universal Links / Android App Links when email server changes URL

I am having some troubles with my universal links in iOS and App Links in Android when the email server add a redirect to the URL of the email. For example, we have a service that sends an email to ...
AndySousa's user avatar
  • 1,112
1 vote
1 answer
2k views

How to look up what deep links does an app support

DeepLink/AppLink/UniversalLink are ways for iOS/Android apps to use a url like pointer to jump to a certain location within the app. I'm trying to use that to jump from my app to Google Pay, but I ...
Tianhao Zhou's user avatar
12 votes
1 answer
3k views

Prevent redirect from triggering App / Universal Link behavior

We have a web product and Android/iOS mobile apps with App (Android) & Universal (iOS) links enabled. This enables the OS to open our app in various scenarios where the user would otherwise have ...
siger's user avatar
  • 3,162
0 votes
1 answer
233 views

Does "App Picker" exist on iOS when using deep/universal linking?

I need to solve a following problem on iOS platform, based on android functionality. So whats the story? Soon we will have custom URL scheme, standardised on a national level that multiple ...
Marko Jovanović's user avatar
5 votes
0 answers
1k views

How to prevent deep link loop (opening the mobile app again) from a browser redirect?

We have a mobile app and a web site. Users get emails with links to the pages in the web site. We use iOS universal linking and Android app linking to associate the mobile app with the web site. Lets ...
malwatte's user avatar
  • 477
9 votes
1 answer
5k views

How to set up an Angular project for iOS universal links and Android asset links to open links in the native mobile apps

Does anyone know how I should set up my Angular project to use native mobile app linkage? E.g. iOS: Universal Links: https://developer.apple.com/library/archive/documentation/General/Conceptual/...
Carli Beeli's user avatar

15 30 50 per page