deep-linking

Does branch.io links work on facebook?

主宰稳场 提交于 2019-12-11 17:02:21
问题 Links created using branch.io when shared on Facebook; they do not open App or Default browser rather they are opened in facebook's webview. Is there any custom setting that we need to do; so link gets opened on App if available or in default browser when app does not exists. 回答1: The default behavior of any link Facebook is to open the link in the Facebook webview. Unfortunately, there is no way to change this behavior. Although, as a workaround, you can use Branch Deepviews to open your app

Access query parameters in iOS universal links in NativeScript

岁酱吖の 提交于 2019-12-11 15:39:34
问题 Question: how to access query parameters (e.g., ?id=bogus&time=now ) from a universal link on iOS in a NativeScript app using the urlhandler plugin? I'm developing a javascript NativeScript app that includes the nativescript-urlhandler plug-in. I need to be able receive a deep-link via sms, open the app, and access the full url of the link. This works fine on Android, but not on iOS. on iOS, the deep link opens the app, but does not trigger the handleOpenURL function. I've done several hours

Deep Linking Facebook iOS - App don't open

若如初见. 提交于 2019-12-11 13:57:00
问题 I have a problem with the integration of the Facebook deep linking (from a article to my app). I followed the documentation (https://developers.facebook.com/docs/applinks) step by step, there is nothing to do, it doesn't work.. So in my website, I add the metadata : <meta property="fb:app_id" content="..."> <meta property="al:ios:url" content="appname://event?event_id=127"> <meta property="al:ios:app_name" content="app name"> In my app delegate : - (BOOL)application:(UIApplication *

Spring Webflow 2 and bookmarkable URLs

此生再无相见时 提交于 2019-12-11 13:44:13
问题 Currently due to the Post/Redirect/Get pattern all flow urls are something like <site_url>/flow_name?execution=? and input GET parameters are not preserved. Thus the users can't copy the url, or bookmark it. Any suggestions how could this be done neatly ? 回答1: We can bookmark a SWF based application's URL by customising FlowHandlerAdapter of SWF API. Here is a sample: My SWF configuration file would have: <bean id="flowController" class="org.springframework.webflow.mvc.servlet.FlowController"

Branch.initSession not returning data in Ionic v1 on iOS

家住魔仙堡 提交于 2019-12-11 13:37:18
问题 I have installed and configured branch as documented. Everything works fine on Android, but I am not able to make it work on iOS. Here is what I followed. Ionic v1 project Created Branch account and configured everything. Configured keys, domains etc in config.xml file. Calling branchInit() on deviceready and resume event. function branchInit() { // Branch initialization if (Branch) { Branch.initSession(function(data) { alert("Branch Data", JSON.stringify(data)); if (data['+clicked_branch

Why does typing a Firebase Dynamic Link in a browser lead to a different result compared to clicking on it?

旧街凉风 提交于 2019-12-11 08:48:43
问题 I am implementing Firebase Dynamic Links in an Android project and I have noticed that the diagram that they provide for a link shows different behavior when typing the link in a browser and when clicking on it. You can see an example below. Why is that and can I make typing behave the same as clicking on a link? 回答1: You cannot. Assuming you are using Chrome, this is a design limitation from the Chrome team. You can read more about it here 来源: https://stackoverflow.com/questions/42085960/why

Magic link flow with WSO2 identity server

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-11 08:36:43
问题 I have a requirement to generate deep links/magic links for end users. The users will receive the link via email and on click of it requires to be auto logged in (passwordless login). The identity server that is being used is WSO2 identity server. I also have WSO2 API manager. Can you please suggest the mechanism via which WSO2 identity server would enable the view of the link/page without requiring the user to explicitly login. 回答1: I don't think this is supported out-of-the-box. But you can

How can I access Branch Identity ID from identities from branch.io

一世执手 提交于 2019-12-11 06:15:57
问题 I am using https://github.com/BranchMetrics/branch-deep-linking-public-api to create a branch link for my users. I am able to create link successfully which also works fine. But my link is missing one major data which is Branch Identity ID . This is the Branch ID associated with individual identities on Branch I also understood that if I pass value in $identity_id tag while creating link then I will be able to see Branch Identity ID with my link. But I don't know how to access this id. Here

jQuery Asual address keeps appending sites root folder

拜拜、爱过 提交于 2019-12-11 05:19:44
问题 I have an MVC site located in several subfolders on a site for dev & stage: www.domain.com/site_dev/ www.domain.com/site_stage/ It will eventually end up at the root of the site in production, but when testing my site in the subfolders jquery address appends the subfolder in the deep-linking like so: www.domain.com/site_dev#! /site_dev/home/about I'm using ajax to load panels dynamically using the values in the deep linking, but my panels won't load because it's trying to call the controller

Universal Links not working and banner is not showing in Safari

拟墨画扇 提交于 2019-12-11 05:06:06
问题 I am working on Universal Links in my app. When the url hits the safari it should show the option to open the app in a banner at the top of the Safari browser, but I don't see it. I created apple-app-site-association and hosted it on my backend. When I check it https://www.xxxxx.com/apple-app-site-association . I can see the app-site-association file. In the Entitlements I've added associated domains under items applinks:v100.xxxxxx.com/reset_password*. The link is https://v100.xxxxxxx.com