Questions tagged [deeplink]
234 questions
4
votes
0 answers
Is there a good way to test deep link in iOS?
Since UITest runner is run in a separate runtime with app, I'm using Safari to test deep link.
And I also tried iMessage.
But the more test cases added, the more test time took.
So I want the other way to test deep link, and it moves to right…

JellyMe
- 41
- 2
4
votes
0 answers
iOS Safari: Using deeplink, how I can prevent the opening app store when app is installed?
I am implementing the deeplink for iOS app, and its implemented, but the problem is when I clicked on deeplink API in iPhone, the app is opening but after the given time the app store page also gets open on the top of app.
Here what I am doing:
I…

Shubham Verma
- 8,783
- 6
- 58
- 79
4
votes
1 answer
android deeplink, force open externally
I am developing an android app which accepts deeplink. For example consider this one:
…

ConductedClever
- 4,175
- 2
- 35
- 69
4
votes
1 answer
Secure the Auth Code in Oauth2 with native apps (Android)
That question is hardly related to AppLinks assetlinks.json appears not to be used for validation
I am implementing Oauth2 apps on Android. I would like to do SSO (single sign-on) and I have a concern about AppLink to secure the Autorization…

MalikDe
- 157
- 7
4
votes
2 answers
What is the deep link url to Google Pay / Wallet
There was another answer that stated shoebox:// is the url for Apple Pay, so I'm wondering if there's an equally weird name for Google Pay which may be the reason why everything I've been trying isn't working.
Aside from the topic question, how…

Friendly-Robot
- 1,124
- 14
- 24
4
votes
0 answers
Firebase Dynamic Link social image not shown, link not clickable in some apps like Instagram
I'm experimenting with Firebase Dynamic Links and so far all of it works, but not the part with the social parameters. Whenever I share my link it only has the actual clickable link and a message sent through the intent but there's no social title,…

jlively
- 735
- 2
- 9
- 29
4
votes
2 answers
app doesn't open and always redirect to app store from the deep link if it is already installed in ios
I'm using Branch.io with deep links. if someone has installed the app or not, the link open the app store.
if the app is already installed, it shows Open button and it open the app and work properly.
if the app isn't installed , it shows 'Install'…

Jobs
- 269
- 2
- 6
- 21
3
votes
1 answer
Android-10 DeepLink is not working, but works below android 10 versions
I am working on an android app where i am staring the login activity with deep link url
and here is the intent i am using .

Addi.Star
- 475
- 2
- 15
- 36
3
votes
0 answers
How to open twitter using url to post an image on iOS?
I was able to find the url to share plain text (twitter://post?message=Hi there!).
But I need to post an image along with text.
Thanks for the help!

Shakti Pratap Singh
- 241
- 2
- 7
3
votes
1 answer
Send FCM message to open deeplink in my android application by Laravel
How can i send Firebase cloud token to my android app to open my app deeplink?
I implemented deeplink and its worked
Then config my firebase FCM and my laravel send notification to my android device. with this…

saber tabatabaee yazdi
- 4,404
- 3
- 42
- 58
3
votes
0 answers
App links do not work because of deep link intent-filter
Imagine following AndroidManifest.xml ready to support app links:

Andy Res
- 15,963
- 5
- 60
- 96
3
votes
1 answer
Clear Task and New Task Flags on Launching Activity From Deeplink
I need my deep link activity is launched with flags FLAG_ACTIVITY_NEW_TASK and FLAG_ACTIVITY_CLEAR_TASK on launching from deeplinks.
The idea is to clear all existing activities and start a new one.
Is this possible with android:lauchMode…

Suneesh Ambatt
- 1,347
- 1
- 11
- 41
3
votes
0 answers
How to open deeplink of iOS application on real iOS device via Command Line?
As it is possible to open deep-link of .apk app on Android real device via command line with help ABD Shell how can we do the same action for iOS ?
Condition: The iOS device is connected to MAC, the app is installed and I have a list of deeplinks of…

sero
- 45
- 3
3
votes
2 answers
Deep linking with query parameter not working in Android
I have a deeplink with query parameter. When I click on the deeplink its not showing me my app in the dialog, all its showing browser app. By any chance do we need to add anything in assetslinks.json to support query parameter?
Please suggest me…

user448250
- 1,614
- 2
- 13
- 15
3
votes
3 answers
How to open specific activity after install an app from Google Play Store for a deep link
is there any possible way to open some specific activity/page after I installed my apps from play store, the url of play store come from deeplink (on the case, the deeplink/url come from QR Code) ?
i am expecting that user will be directed to…

gilllsss
- 97
- 2
- 11