ios-universal-links

Supporting same domain on two different apps supporting universal links..?

本小妞迷上赌 提交于 2019-11-30 09:20:33
I have an application which supports universal links and it is currently in the app store. Say it supports the domain www.example.com and thus universal links can be easily opened via this. We will have applinks:www.example.com in associated domains. Now say if I want to release another app and it also supports the same domain. Now how will iOS distinguish which app to open via universal links..? Vineet Choudhary In order to supporting Universal Links with single domain on two different apps you need to make changes in your existing apple-app-site-association file, at https://{domain}/apple

iOS Universal Links with Wildcards not working

与世无争的帅哥 提交于 2019-11-30 04:47:25
In an iOS app I am working on I have setup Universal Links. The app hosts multiple domains. Some domains I have set up with a wildcard. These domains do not seem to work. For example, I want to link to https://news.mydomain.com/ . If I add the following to the list of associated domains: applinks:*.mydomain.com -> Does not work applinks:news.mydomain.com -> works fine So I believe I did set up all correct, the apple-app-site-association file is setup fine. I can even see in both cases (using Charles Proxy) the apple-app-site-association file got retrieved ok. In the case of the wildcard, the

How to make your push notification Open a certain view controller?

百般思念 提交于 2019-11-30 04:25:42
I looked on SO but I wasn't able to find any question that discusses when you receive a push notification how can you then open a specific view controller. For example if you are creating an app like WhatsApp and you receive two different push notifications ie messages from two different users how would you direct from the app delegate to the respective viewController? As far as I know in the userinfo dictionary that the appDelegate gives you you can give an ID to a specific viewController but I don't know how to give any a tribute to a specific view controller so that then you could again

Supporting same domain on two different apps supporting universal links..?

狂风中的少年 提交于 2019-11-29 13:59:27
问题 I have an application which supports universal links and it is currently in the app store. Say it supports the domain www.example.com and thus universal links can be easily opened via this. We will have applinks:www.example.com in associated domains. Now say if I want to release another app and it also supports the same domain. Now how will iOS distinguish which app to open via universal links..? 回答1: In order to supporting Universal Links with single domain on two different apps you need to

iOS Universal Links and URL Shorteners

孤街醉人 提交于 2019-11-29 10:36:54
We have recently begin to encounter issues with our Universal Link implementation when the UL is accessed via a shortened goo.gl URL. This Works: https://site.domain.com/Deep/Link This does not: https://goo .gl/fake -> 302 Redirect -> https://site.domain.com/Deep/Link Is anyone else experiencing the same thing? Note: I had to break up the shortened Google URL to keep StackOverflow's editor from yelling at me. Universal Links are triggered by the URL that is being accessed, and are ignored if a redirect is not triggered by explicit user action. Since goo.gl isn't registered to your app (and

iOS Associated Domains (Universal Links) with Wildcards not working

南楼画角 提交于 2019-11-29 02:00:05
问题 In an iOS app I am working on I have setup Associated Domains (Universal Links). The app hosts multiple domains. Some domains I have set up with a wildcard. These domains do not seem to work. For example, I want to link to https://news.mydomain.com/ . If I add the following to the list of associated domains: applinks:*.mydomain.com -> Does not work applinks:news.mydomain.com -> works fine So I believe I did set up all correct, the apple-app-site-association file is setup fine. I can even see

Requests to /.well-known/apple-app-site-association

孤街浪徒 提交于 2019-11-28 22:17:52
I just checked my server logs and found the following weird requests coming in quite a lot. I have iOS 9 Universal Linking implemented, but those requests are running against /apple-app-site-association as far as I know. Jan 15 09:36:23 method=GET path="/.well-known/apple-app-site-association" Has anyone else seen these patterns? Is this some known spamming or something? i believe iOS 9.3 introduced slightly different lookup logic around the apple-app-site-association file and the app handoff feature. "Handoff first searches for the file in the .well-known subdirectory (for example, https:/

Open email app url

这一生的挚爱 提交于 2019-11-28 09:29:42
问题 I want to add link to my website "Check your email". If user is on mob version link should open mail app or email service url in browser if app is absent. For example user has test@gmail.com. Link should open gmail app or https://mail.google.com in browser if user has no gmail app. Maybe it's better to launch user preferred mail app instead of gmail. Android I found https://developer.chrome.com/multidevice/android/intents whith intent link intent://scan/#Intent;scheme=zxing;package=com.google

Open an app (iOS/Android) via JavaScript, with a fallback redirect to App/Play store (2016 edition)

本小妞迷上赌 提交于 2019-11-28 09:26:49
Given: Website, iOS and Android applications, registered urlscheme "myapp://". Goal: on the website have a link shown to iOS/Android devices with app installed. Clicking on that link should open the app and invoke specific logic (handled by the app, essentially like "universal links" from apple, but without shadowing website links). Due to security constraints detecting if an app is installed is troublesome without webview cookie magic. Given that, what would be the best approach to try and open an app via JavaScript, and invoke a fallback redirect if that fails? Solution from this thread: Is

Universal Links not working on iOS10

一世执手 提交于 2019-11-28 08:34:58
Just updated my iPhone to iOS10 and the Universal links stopped working. If I run my app in an iPhone with iOS9, or lower, the Universal Links work fine, but the are just not working at all in iOS10. Any clues? It sounds like you inadvertently deactivated Universal Links. This usually happens if you tap the bypass link in the top right corner of the screen after opening a Universal Link. This is a per-app setting that is saved on each unique device. The setting is preserved even if you delete the app and reinstall it, so the only way to reverse this is by intentionally re-enabling Universal