ios-universal-links

Universal links (Deep linking) not working on iPhone but works on iPad

百般思念 提交于 2021-02-06 02:30:49
问题 I am trying to build deep linking feature into my app. I did all the necessary set up for deep linking to work like, enabling associated domains in my app, adding apple-app-site-association to the root directory of my server, and I am serving a valid apple-app-site-association over https, I also validated my apple-app-site-association using this tool Validate your apple-app-site-association. After doing everything right, I tested the deep linking feature on my iPad and it worked as expected.

iOS 9+ Universal Links don't work from Google apps

巧了我就是萌 提交于 2021-01-27 06:32:10
问题 The company I work for told me to ask the following: When a universal link is tapped in other apps (native Apple apps, Slack, etc.) our app is opened, but if the same link is tapped in any Google app (Hangouts, Inbox, etc.) the universal link is not opened directly by our app. We set the Google app to not open links inside it and we don't have Chrome installed on devices where the app was tested. Does anyone have the same problem? Is there any solution for this? 回答1: Unfortunately this is the

UniversalLink stop working on iOS 14 devices

旧城冷巷雨未停 提交于 2021-01-26 09:23:53
问题 I have an app that support the UniversalLink. User click the supported links in the website, will be navigated to the features in the application. But It failed to work on the iOS 14 beta 4. Instead of open the the app, it opens a webpage instread. After research, as I can see from the document here https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_associated-domains Need to update the Service.entitlements to support both iOS 13 and iOS 14 <Key>com

iOS universal links not working from gmail app

廉价感情. 提交于 2020-12-29 07:14:19
问题 I have implemented iOS universal links to my app and everything is working fine when link is send to email and triggered from mail app, but not works when triggered from gmail app (opens link in embedded browser). I find out that some other app links such as Youtube or TestFlight is working from gmail app. Please help me to find out what I'm doing wrong. 回答1: Universal Links only work in Gmail under very specific circumstances: the embedded webview needs to be already open, so clicking a

iOS universal links not working from gmail app

送分小仙女□ 提交于 2020-12-29 07:14:05
问题 I have implemented iOS universal links to my app and everything is working fine when link is send to email and triggered from mail app, but not works when triggered from gmail app (opens link in embedded browser). I find out that some other app links such as Youtube or TestFlight is working from gmail app. Please help me to find out what I'm doing wrong. 回答1: Universal Links only work in Gmail under very specific circumstances: the embedded webview needs to be already open, so clicking a

iOS universal links not working from gmail app

╄→гoц情女王★ 提交于 2020-12-29 07:13:16
问题 I have implemented iOS universal links to my app and everything is working fine when link is send to email and triggered from mail app, but not works when triggered from gmail app (opens link in embedded browser). I find out that some other app links such as Youtube or TestFlight is working from gmail app. Please help me to find out what I'm doing wrong. 回答1: Universal Links only work in Gmail under very specific circumstances: the embedded webview needs to be already open, so clicking a

iOS universal links not working from gmail app

六眼飞鱼酱① 提交于 2020-12-29 07:13:03
问题 I have implemented iOS universal links to my app and everything is working fine when link is send to email and triggered from mail app, but not works when triggered from gmail app (opens link in embedded browser). I find out that some other app links such as Youtube or TestFlight is working from gmail app. Please help me to find out what I'm doing wrong. 回答1: Universal Links only work in Gmail under very specific circumstances: the embedded webview needs to be already open, so clicking a

iOS NFC Background reading not catched by Application

孤街醉人 提交于 2020-12-09 05:34:31
问题 I try to implement NFC Background reading on iOS. I setup my application: added the string "applinks:www.example.com" to my entitlements for associated domains add associated domains to Entity Settings in App profile The problem is that after scanning the NFC Tag in background there is only shown a notification to open the URL within Safari browser. It is the same URL which I have added in "applinks:" setting. In fact it is the same problem like in following link where the user solved the

iOS NFC Background reading not catched by Application

夙愿已清 提交于 2020-12-09 05:33:18
问题 I try to implement NFC Background reading on iOS. I setup my application: added the string "applinks:www.example.com" to my entitlements for associated domains add associated domains to Entity Settings in App profile The problem is that after scanning the NFC Tag in background there is only shown a notification to open the URL within Safari browser. It is the same URL which I have added in "applinks:" setting. In fact it is the same problem like in following link where the user solved the