Top "Deep-linking" questions

In the World Wide Web, deep linking is the usage of a hyperlink that is expressed as an absolute URL (i.e. http://example.

Launch an app from within another (iPhone)

Is it possible to launch any arbitrary iPhone application from within another app?, For example in my application if I …

ios iphone deep-linking openurl
What are all the custom URL schemes supported by the Facebook iPhone app?

Note These URL's are likely not available. Facebook has been updated a number of times and did not officially support …

iphone facebook facebook-graph-api deep-linking undocumented-behavior
I am trying to test android deep link urls through adb to launch my app

When I type the command in adb: ./adb shell am start -W -a android.intent.action.VIEW -d "example:gizmos" …

android android-manifest adb deep-linking
Deep-linking intent does not work

I followed the insttructions on https://developer.android.com/training/app-indexing/deep-linking.html, but when I want to trigger the …

android android-intent android-manifest deep-linking
Android Deep linking: Use the same link for the app and the play store

I have a website which enables the user to make a search query. The query might take some time to …

android deep-linking
"Safari cannot open the page because the address is invalid" message appears when I try to launch my app from a website

Device : iPhone 5 / iOS 9.3 I have an iOS app which I need to launch from a website. I was able to …

ios safari deep-linking
Deeplinking mobile browsers to native app - Issues with Chrome when app isn't installed

I have a webpage, lets call it entry.html. When a user enters this page, a javascript code (see below) …

javascript mobile-website deep-linking mobile-chrome
How to open ios app using url?

I want to open my ios app using URL schemes. I am able to open app using this. But I …

ios deep-linking url-scheme
Android Deep Linking issue ! How to use Custom Url scheme myapp://some_data

i have tried link1, link2,link3, link4, link5, link6 Here's everything described about DeepLinking What i want is the custom …

android deep-linking
Universal links on iOS vs. deep links (URL schemes)

As I'm reading, iOS 9 introduced Universal Links. In the "Support Universal Links" section in Apple's App Search Programming Guide, it …

ios ios9 deep-linking url-scheme ios-universal-links