Questions tagged [deeplink]

234 questions
3
votes
0 answers

my universal link does not work and yet the deep link works

I need your help. I installed deeplink with universal link, but it does not work and yet I think I did the right thing by following this tutorial: https://blog.ionicframework.com/deeplinking-in-ionic-apps Here is my config.xml file:
3
votes
0 answers

I am having an issue with linking QR code URL to my android app as deep link

Not able to get QR code link to open my app, it always loads in browser. I have added a intent filter in Manifest file as below - When I have the link in as SMS message, https://pages.smart.link/abc and I click on that, it shows disambiguous dialog…
Rams_QA
  • 121
  • 7
3
votes
2 answers

Linking.getInitialURL() is not being cleared after used for deeplink

I've had this problem for like 2 weeks. I used Wix's Navigation for navigating around the app. I followed this tutorial for implementing the deeplink/universal link. I have a base class called BaseScreen where I keep all the deeplink handler like in…
Tran Hoai Nam
  • 1,273
  • 2
  • 18
  • 35
3
votes
1 answer

How can I redirect from native iOS app back to original webpage that used a deeplink/uni link to launch my app?

My app gets launched from a webpage either with a deeplink or a universal link. I have a requirement to return to the same page which launched my app without opening a new browser tab or navigating to a new URL. Is it possible to return to the…
FranticRock
  • 3,233
  • 1
  • 31
  • 56
3
votes
2 answers

How do I know if app was launched via Firebase-Deeplink (Dynamic Links) at AppDelegate's didFinishLaunchingWithOptions

We are adding Firebase-Deeplinks to our IOS-project, so that the app can be started via deeplink. The deeplink-feature itself work fine so far, and so does the default app launch routine. But making both startRoutines work side by side gives me some…
nayooti
  • 395
  • 2
  • 15
3
votes
1 answer

Android - deep link - got null categories from intent

My app can be opened with deep link. When clicking a link in an email from the Outlook Android app, my app is opened. But, the Intent doesn't contain any categories. In my activity, getIntent().getCategories() returns null. The same link works fine…
Jia Li
  • 488
  • 2
  • 8
3
votes
0 answers

Ionic 3: Deeplink in Social sharing not working

The scenario is I have to share the link of an app using social sharing. So I implemented a deep link of ionic. If I check through code pen it works fine. i.e mydemoapp://home. But this is sent as plain text. So instead of URL scheme I user…
3
votes
0 answers

How to start activity in espresso test with airbnb DeepLinkDispatch

I got to a project which uses Airbnb DeepLinkDispatch library. This part works fine, I'm able to run activities via URI + query params which parse fine too. But when I tried using Espresso I got this issue - Intent does not contain Extra with URI…
BJJ
  • 31
  • 2
3
votes
2 answers

Launch installed third-party android app via web link/html/web app?

I'm making a mobile webpage that needs to have a bunch of links to various installed apps through the MDM. This is for managed devices and will launch both enterprise-internal apps and third-party. It does not need to do anything other than just…
SebastianG
  • 8,563
  • 8
  • 47
  • 111
3
votes
1 answer

deep links not working - ionic

im using deeplinks and ionic 3, but the url i created not working. this is the url : https://lucky.com/prd/rm74fEgBB2frzhagYcov this is my code : this.deepLinks.route({ '/prd/:id': ProductDetailsPage, '/rcm/:id':…
user6609184
  • 171
  • 1
  • 3
  • 11
3
votes
1 answer

Firebase dynamic link doesn't work on iOS

I am making some app and use firebase dynamic link. When I tested dynamic link on my android phone, It works well. And in my iOS, it also works, but the page does not change and any parameter does not pass. When I input deeplink like below picture…
MG K
  • 31
  • 1
  • 2
3
votes
1 answer

Can iOS universal app link support multiple apps using the same domain?

Background: Building a vanilla app for multiple clients. Same code base with different bundle ids, i.e.: com.company.client1 com.company.client2 Want to support all client builds with the same universal app link, i.e.: company.com/app/path Tried to…
jyliang
  • 198
  • 2
  • 7
3
votes
1 answer

how to implement Deferred deeplink using HOKO Links?

I have implement smart link using HOKO in my iOS app. And it works fine, when my app is installed than the link get into the app HOKDeeplink *deeplink = [HOKDeeplink deeplinkWithRoute:@"ViewController/:product_id" …
JAY RAPARKA
  • 1,353
  • 2
  • 13
  • 33
3
votes
3 answers

how to open mobile chrome browser with javascript or html

I have two questions. //// I want this //// I want to open chrome browser with url on other android mobile webapp(ex naver, firefox, etc...) with using javascript or html so example) if user click MysiteButton on mobile web app, then open android…
minsu lee
  • 31
  • 1
  • 1
  • 5
3
votes
0 answers

Does YouTube's Upload Deeplinking Support Parameters on iOS

From within a Unity (game engine) app running under iOS I invoked authentic YouTube app's uploading view by simple doing this: Applicaiton.OpenURL("http://youtube.com/upload"); Let it not scare you that the deeplink looks like a URL. It still…
Stepan Stulov
  • 161
  • 1
  • 5