Skip to main content

Questions tagged [universal-link]

The tag has no usage guidance.

universal-link
0 votes
0 answers
2k views

Whatsapp deep link send a message to multiple specified phone numbers

I have a list of phone numbers and a message string. I want to be able to send the message to all the numbers at once. I am using React Native's Linking module and deep links to do this. I have tried ...
Kushagra Gupta's user avatar
2 votes
0 answers
175 views

Universal link common to both Full App and AppClip

I want to use universal link common to both Full App and AppClip ex: https://example.com, and the desired scenario is as follows:   1. When users install AppClip, scan this link will show AppClip Card ...
Cường Dư Đức'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
1 vote
0 answers
207 views

Questions related to Instagram oauth on ios

I'm going to add an Instagram oauth service on my app. However, problems arise in the iOS environment. api provided by Instagram (https://api.instagram.com/oauth/authorize) The Instagram app runs ...
MSS's user avatar
  • 11
1 vote
0 answers
943 views

Why universal deep link doesn't work using <a> tag?

I've a link like www.mydomain.com/myapp and it is able to deep link to my react native expo app correctly if opened from email or chat. My react app redirects that link to playstore/appstore in case ...
nanakondor's user avatar
1 vote
1 answer
719 views

Deeplinking in React Navigation 6

I have the following navigation structure in my app: <NavigationContainer ref={navigationRef} linking={linking}> <AppNavigator.Navigator> <AppNavigator.Screen name={RouteNames....
Dusan's user avatar
  • 163
4 votes
2 answers
5k views

iOS Universal link not working in react-native iOS

Hi I know this question being asked before still I cannot figure out what am doing wrong. Added apple-app-site-association file in our server under https://ourserver.com/.well-known/apple-app-site-...
suja's user avatar
  • 1,268
2 votes
1 answer
650 views

rewrite file's MIME-Type in .htaccess isn't working

I want to upload an AASA (apple-app-site-association). The problem I'm having is that I can't set the MIME-Type. I placed the file in the root / and the .well-known folder without an extension. After ...
thunermay's user avatar
  • 356
-1 votes
2 answers
887 views

iOS13: Universal Links not opening if the app was not running

We have implemented handling of universal links in our app and I am struggling with the following issues: Universal Links opens when the app is running in the background (working fine) When running ...
Danish Farooq's user avatar
4 votes
2 answers
1k views

SwiftUI macOS apps with App lifecycle are not triggering onOpenURL when receiving a Universal Link

I have a simple SwiftUI app with an onOpenURL handler to handle Universal Links, and my target is macOS: var body: some Scene { WindowGroup { ContentView() ....
dacasta's user avatar
  • 69
1 vote
0 answers
351 views

Android App linking: Android app linking doesn't work in release or cert build variant

I am implementing app linking feature in my app. I am getting one weird issue where its working with debug build but not in release or cert build. Have anyone faced this issue before. Thanks in ...
shakti prasad Mahalik's user avatar
1 vote
1 answer
3k views

Pass params in react native dynamic links

I'm using @react-native-firebase/dynamic-links to handle firebase dynamic links inside the react native app. I've created a dynamic link https://example.page.link/settings and I'd like to have an ...
nemanjagajic's user avatar
1 vote
1 answer
3k views

Firebase DeepLink does not work on Killed/Terminated App state in iOS14

I have integrated the Firebase DeepLink/DynamicLinks/UniversalLink into our app. When the app is running or in background/foreground state, Deep Links works with no problem. However, when the app is ...
eNeF's user avatar
  • 3,280

15 30 50 per page
1
2