Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
58 views

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

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

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=...
Digi Me's user avatar
0 votes
0 answers
165 views

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

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

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

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

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

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

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

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

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

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 ...
sejn's user avatar
  • 2,826
1 vote
0 answers
251 views

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

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(() =&...

15 30 50 per page
1
2 3

AltStyle によって変換されたページ (->オリジナル) /