deep-linking

Android Deep linking: Use the same link for the app and the play store

这一生的挚爱 提交于 2019-11-27 02:47:55
I have a website which enables the user to make a search query. The query might take some time to complete (minutes to days), and I would like to enable the user to download an Android app and receive the answer there, by sending an email with a link to the user. I would like this mechanism to work whether the user has the app installed or not; in other words: If the user has the app it should be opened with deep link that contains an identifier argument. If the user does not have it it should open the play store on the app's page (e.g. https://play.google.com/store/apps/details?id=com.bar.foo

How AJAX is done in github source browse?

别来无恙 提交于 2019-11-26 22:36:14
Github has a really nice source browser. Navigating between different paths in the repo generates ajax calls to load the content (as you can clearly see in the firebug log). The ajax call returns the html of the new list of files to be displayed. In addition to changing the view list of files, the url changes as well. However it does not use fragments like most ajax deep-linked sites (use of #). At github the whole url changes. For example at django repo at https://github.com/django/django going to django folder will generate ajax request to https://github.com/django/django/tree/master/django

Custom URI Schemes for the Facebook Messenger

这一生的挚爱 提交于 2019-11-26 22:08:58
Given the recent " encouragement " by Facebook to migrate to a separate messenger app, and as a followup to the {very informative!} answer to the question on URL/URI schemes supported by the Facebook app , I've been wondering whether information regarding the Facebook messenger app custom protocol of fb-messenger:// is available. The functionality I was looking for was an ability to click a button that would open a FB-messenger chat windows with the user whose numeric Facebook ID is known. This also needed to work if the Facebook app ( katana ) is not installed on the device (i.e. only the

Universal Link broken in iOS 11.2

喜夏-厌秋 提交于 2019-11-26 20:37:14
问题 I am using Branch deep links in an app for sharing links to content in the app via social media. Everything was working fine quite a while. When updating to iOS 11.2 I encountered the following behavior: 1) After the update the Universal Links still worked. 2) I uninstalled the app and reinstalled it. 3) Since then, all links always open the Branch deep view in Safari. 4) Tapping "Open The App", opens the AppStore. It does not matter in which app I tap on the link (Notes, WhatsApp, Messages,

Deep linking not working in chrome

百般思念 提交于 2019-11-26 17:05:57
问题 I am trying to do deep linking such that when someone opens a link from mobile browser, it either opens the app, if it is installed or opens the play store link to download the app. Here is my URI : intent://scan/#Intent;scheme=com.example.android;package=com.example.android;end When I type this in Mozilla Firefox app on Android, it opens my app if it is installed or opens the play store link if it not installed. But, when I type the same thing in Chrome, instead of opening app or play store,

Deeplink solution for IOS and Android apps works in Facebook

余生长醉 提交于 2019-11-26 11:24:58
问题 There are too much Deep Linking (Universal Links or App Links) tutorials. But most of them shows how to enable it in Android or IOS Apps. Also there are paid cloud solutions but they offer to much features. But there are three main problems I faced in real life: Some browsers doesn’t allow App Links to work. For example you can configure http://example.com to be caught in app, but if this link is clicked by user through Facebook app it is not handled, and Facebook browser shows the web site.

Android Deep linking: Use the same link for the app and the play store

守給你的承諾、 提交于 2019-11-26 10:16:10
问题 I have a website which enables the user to make a search query. The query might take some time to complete (minutes to days), and I would like to enable the user to download an Android app and receive the answer there, by sending an email with a link to the user. I would like this mechanism to work whether the user has the app installed or not; in other words: If the user has the app it should be opened with deep link that contains an identifier argument. If the user does not have it it

Custom URI Schemes for the Facebook Messenger

心已入冬 提交于 2019-11-26 08:10:53
问题 Given the recent \"encouragement\" by Facebook to migrate to a separate messenger app, and as a followup to the {very informative!} answer to the question on URL/URI schemes supported by the Facebook app, I\'ve been wondering whether information regarding the Facebook messenger app custom protocol of fb-messenger:// is available. The functionality I was looking for was an ability to click a button that would open a FB-messenger chat windows with the user whose numeric Facebook ID is known.

What are all the custom URL schemes supported by the Facebook iPhone app?

◇◆丶佛笑我妖孽 提交于 2019-11-25 22:35:20
问题 Note These URL\'s are likely not available. Facebook has been updated a number of times and did not officially support any of these. /Note I am trying to see what information is available about the Facebook app on the iPhone. So far I have found a couple sites containing limited information, and I was able to figure out the Facebook Profile Publish command (unfortunately it keeps the window open after you post - so the person who publishes to Facebook has to push post once and then cancel ).

Launch an app from within another (iPhone)

一笑奈何 提交于 2019-11-25 21:58:09
问题 Is it possible to launch any arbitrary iPhone application from within another app?, For example in my application if I want the user to push a button and launch right into the Phone app (close the current app, open the Phone app) . would this be possible? I know this can be done for making phone calls with the tel URL link, but I want to instead just have the Phone app launch without dialing any specific number. 回答1: As Kevin points out, URL Schemes are the only way to communicate between