31 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
58
views
iOS Universal Links not triggering scene(_:continue:) when app is already running [duplicate]
I'm trying to handle iOS Universal Links in my SwiftUI app.
Cold start: when I open the link from Safari or Notes and the app is closed — everything works fine.
Hot start: when the app is already in ...
0
votes
1
answer
71
views
Complex queries in universal links: AND vs. OR in the AASA (apple-app-site-association) file
In the app I'm working on I want universal links with quite a few different possible query terms (eight to be specific). And any combination of those eight query terms can be used.
For example, the ...
0
votes
0
answers
18
views
Problem setting up AASA file specifying paths with queries
In a project having both an app and a website, the following two website urls are to be handed over to the corresponding app:
https://www.example.com/search?plus
https://www.example.com/search?query=...
0
votes
0
answers
165
views
Handling fetch redirect on react-native app during pkce authorization code flow
I have a react native mobile app (ios/android), which I'm attempting to implement the PKCE Authorization Flow per the RFC. My aim is to redirect the user to my own login page instead of a third party ...
0
votes
0
answers
6
views
Issue with index.html file in my react native project not updating [duplicate]
When I click on the reset password link in my email it takes me to the right page, an index.html file I am using as a middle man to redirect to the actual reset password page, but the index.html page ...
0
votes
1
answer
96
views
How to pass part of a page path using Go Route when using universal routes?
When using universal links and Go Router if I have a webpage such as www.mywebsite.com/factfile/MickeyMouse please can you tell me how to pass the string "MickeyMouse" to a class? (or how to ...
1
vote
0
answers
71
views
Universal/deep link configuration when the final screen is on another stack
I have a configuration issue with deep/universal links when I want to open a screen that is in another Stack.
Here is the screen composition:
- NavigationContainer
- AppStack (stack navigator)
...
1
vote
0
answers
108
views
How to fix a deep link from a web to an app that redirects to the store or if there is an app redirects to the corresponding content similar to reddit
i use node-deeplink lib but in safari and android not working. i want similar deep linking with reddit. If you have an app, go to the app with the same content as on the web, but if you don't have the ...
0
votes
1
answer
588
views
How do I get the Universal Link to redirect to my Capacitor iOS app? SWCErrorDomain error 8
I'm running my Capacitor app on my iPad on Developer mode and I haven't been able to get the Universal Link working.
https://my-domain.com//.well-known/apple-app-site-association in browser and via ...
0
votes
1
answer
699
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 ...
1
vote
0
answers
154
views
Detecting specific installed app in Iphone/android from webpage
In our app, we decided to create a customer banner on webpage (mobile screen) to let user download/open the mobile app.
So this AppBanner has a button with two different scenario:
if user has the ...
0
votes
0
answers
153
views
deep link not supported with all apps
I set up deep links to my app
Android
AndroidManifest.xml
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW"/>
...
0
votes
1
answer
1k
views
Is it possible to navigate to a certain screen using the universal link in ios using swift
I need to add the in-app events which need to redirect to the Purchase screen.
How can I achieve this?
Note: I can able to open the app using the universal link. But can't able to open the Purchase ...
1
vote
0
answers
251
views
App-to-app flow for flutter app with Truelayer
I am trying to implement app-to-app flow from flutter mobile app to the UK bank's app. We are using truelayer. Here is the documentation from truelayer. This GitHub repository contains code from ...
1
vote
1
answer
723
views
React Native Universal Link Doesn't Trigger addEventListener
I have a working universal link it my website and I can read the link to fetch some data with getInitialUrl function but same universal link doesn't trigger addEventListener function.
useEffect(() =&...