ios-universal-links

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

Detox does not handle universal links

自作多情 提交于 2019-12-11 15:35:06
问题 I've been trying to get iOS Universal Links to work with Detox using device.openURL from https://github.com/wix/Detox/blob/master/docs/APIRef.MockingOpenFromURL.md but it does not work. Sample of what I've tried: it('should work', async () => { await device.sendToHome(); await device.openURL({ url: 'https://name.page.link/somewhere, sourceApp: 'com.apple.MobileSMS' }); }); It never opens my app and after testing various things it seems detox only support deep links and not universal links. I

Do Universal Links hit my server?

爱⌒轻易说出口 提交于 2019-12-11 06:08:38
问题 I've set up Universal Links on my iOS app using an aliased subdomain of my backend with a scheme like sudomain.mydomain.com . I want users that DON'T have the app installed to be redirected to our page in the App Store rather than hitting some nonexistent endpoint on our server (we don't have a webapp only a mobile backend). I was thinking about doing something like this: app.get('*', (request, response) => { const domain = request.headers.host, subdomain = domain.split('.'); if ( subdomain[0

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

Applinks validator “domain missing from entitlement”

℡╲_俬逩灬. 提交于 2019-12-11 03:24:43
问题 having some trouble setting up universal links. Created a .well-known/apple-app-site-association file and are serving it (with no redirects) from our applinks subdomain. Enabled the Associated Domains in the app's Capabilities and included our applinks domain applinks:applink.*******.com Enabled the Associated Domains on developer.apple.com for our appID Apple's applinks validator is giving us: At this point, I'm beginning to think it might have something to do w/ our extensions. (we have two

How to show a specific VC , more like navigate to a stack of VC

橙三吉。 提交于 2019-12-11 02:34:27
问题 So i've implemented universal link in my app and when pressing on a button I open my second app with : UIApplication.shared.open(aUrl!) also I'm getting the call in : func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([Any]?) -> Void) -> Bool {} which is an alert. The question is like the title says..how could I navigate to a specific VC ,(from the FirstApp to the Second which i opened it with universal link), more like mapping

Universal Deep Links with Mandrill sub domain

微笑、不失礼 提交于 2019-12-10 18:45:15
问题 I have Universal Deep Links working for my iOS app, Neighbourly (associated with neighbourly.co.nz) We send out emails to our users and use Mandrill to track clicks. The email links go to a subdomain clicks.neighbourly.co.nz/path which points to mandrillapp.com/path and the links redirect to neighbourly.co.nz/newpath Ive added applinks:clicks.neighbourly.co.nz to the apps associated domains. My apple-app-site-association file's paths is a wildcard: ["*"] But, while links to neighbourly.co.nz

Custom URL scheme without confirmation prompt (Swift)

孤者浪人 提交于 2019-12-10 12:46:37
问题 I've found two options to open my app from a Safari web page: a custom URL scheme created in my app project's Info.plist or Apple's Universal Linking. Obviously the custom URL scheme is the easiest one to set up, but the problem I'm having with this is that Safari shows a confirmation window asking "Open myapp ?" first and the user has to tap OK before the app actually opens. I want my app to open automatically as the scheme is opened, and I'm being told the only way to do this is through

Opening apps from Safari with iOS 9 Universal Links

北城以北 提交于 2019-12-10 11:38:29
问题 In this situation: Twitter's official app registered to handle twitter.com URLs with Universal Links on iOS 9 User starts from Safari and have Twitter's official app installed User clicks a link one of Twitter's claimed URLs What happens? Does it stay within Safari or switch to Twitter's app? 回答1: Does it stay within Safari or switch to Twitter's app? Switches to the Twitter app (tested on iOS 9.1 using Twitter app v6.39) unless you have turned it off (see the comment by st.derrick on Sep 24,

Universal links doesn't work

回眸只為那壹抹淺笑 提交于 2019-12-10 10:28:35
问题 This is my apple-app-site-association file: { "applinks": { "apps": [], "details": [ { "paths": [ "*", "\/doubanapp\/*", "\/authorHome" ], "appID": "KV99XUUJ3U.com.moer.MoerFinance" } ] } } I already set Xcode Associated Domains, this is my screenshot: I use https://search.developer.apple.com/appsearch-validation-tool/ test my domains,but get error: Error no apps with domain entitlements The entitlement data used to verify deep link dual authentication is from the current released version of