ios-universal-links

iOS Universal Link App Store redirect

假如想象 提交于 2019-12-03 05:53:10
问题 I have universal links working correctly, when the app is installed I see how the link opens the app, and when it's not installed opens the url in safari. Actually what I would like to do is to redirect and go to the app store, so users can download the app directly. Im going to include a redirect on the html file, because I know universal links don't support redirects a the http server config level (anyway I think this is for the manifest file only, apple-apps-site-association) Anyone can

How can I reset iOS 9 Universal Linking settings?

a 夏天 提交于 2019-12-03 04:08:19
问题 While testing universal links on my iOS 9 app, I accidentally tapped "mywebsite.com >" (top right corner). This made the app navigate to the website again. Now I can't seem to make universal linking work again. Seems like iOS has remembered my preference that I would like to see links opened in Safari as opposed to my app. Has anyone run into this? Is there a way to reset this? 回答1: You can long-press on a universal link and it will give you an action sheet with an "Open in 'AppName'" option.

iOS - Bug With Universal Links

做~自己de王妃 提交于 2019-12-03 03:21:50
问题 I have setup Universal Links in my iOS app exactly to details following the steps outlined here: How to Set Up Universal Links It validates 100% successfully using both Branch and Apple validators. But now that I'm trying to test out the finished product, I'm having trouble. If I type in or tap a link to my site (ex, www.mydomain.com), Safari/Chrome/Facebook goes right to my website. However, if I go to Google, type www.mydomain.com in as the search, locate the link to my site and long press

Universal links on iOS vs. deep links (URL schemes)

孤街醉人 提交于 2019-12-03 00:33:33
问题 As I'm reading, iOS 9 introduced Universal Links. In the "Support Universal Links" section in Apple's App Search Programming Guide, it says that this is not exactly like deep linking with URL schemes, but I'm not totally clear about this topic: What is actually the difference(s) between Universal Link and the URL Schemes? Is it that a Universal Link is only for hyperlinks in websites, and the Mail or Messages apps? Do Universal Links replace URL schemes? Are Universal Links a type of deep

Firebase Email verification not working with ActionCodeSetting

ε祈祈猫儿з 提交于 2019-12-02 19:16:43
问题 I'm trying to implement verification of a user's email (with the default verification URL in the email template), AND an ActionCodeSetting URL (dynamic link) to bring the user back to the app. I'm baffled by how Firebase's email verification with ActionCodeSetting is supposed to work. I have read every available page of documentation and it is still unclear to me how to properly configure the "continue URL" to NOT preempt and override the default verification URL. What I have done: I tested

iOS Universal Link App Store redirect

主宰稳场 提交于 2019-12-02 18:22:24
I have universal links working correctly, when the app is installed I see how the link opens the app, and when it's not installed opens the url in safari. Actually what I would like to do is to redirect and go to the app store, so users can download the app directly. Im going to include a redirect on the html file, because I know universal links don't support redirects a the http server config level (anyway I think this is for the manifest file only, apple-apps-site-association) Anyone can confirm if this is the right way to do it, or the only way to do it? I don't like the idea to open safari

How can I reset iOS 9 Universal Linking settings?

佐手、 提交于 2019-12-02 17:27:34
While testing universal links on my iOS 9 app, I accidentally tapped "mywebsite.com >" (top right corner). This made the app navigate to the website again. Now I can't seem to make universal linking work again. Seems like iOS has remembered my preference that I would like to see links opened in Safari as opposed to my app. Has anyone run into this? Is there a way to reset this? You can long-press on a universal link and it will give you an action sheet with an "Open in 'AppName'" option. Once you select that option it will default to opening the links in your app again. sorry for my English.

How to upload file apple-app-site-association for universal linking in server for iOS app?

北战南征 提交于 2019-12-02 17:17:34
What is the procedure to upload apple-app-site-association file in server. stg1.example.com is website where universal linking need to be done and file should be uploaded in the root path of it.How to make the service to upload for universal linking in iOS . How to upload the json formatted file in the server ? Vineet Choudhary The apple-app-site-association file needs to be accessible via HTTPS , without any redirects, at https://stg1.example.com/apple-app-site-association . The file looks like this: { "applinks": { "apps": [ ], "details": [ { "appID": "{app_prefix}.{app_identifier}", "paths"

iOS - Bug With Universal Links

寵の児 提交于 2019-12-02 16:53:36
I have setup Universal Links in my iOS app exactly to details following the steps outlined here: How to Set Up Universal Links It validates 100% successfully using both Branch and Apple validators. But now that I'm trying to test out the finished product, I'm having trouble. If I type in or tap a link to my site (ex, www.mydomain.com), Safari/Chrome/Facebook goes right to my website. However, if I go to Google, type www.mydomain.com in as the search, locate the link to my site and long press on the link, 'Open in MyApp' is one of the options and works perfectly. Why is this? I'm pulling out my

Universal links on iOS vs. deep links (URL schemes)

柔情痞子 提交于 2019-12-02 14:08:25
As I'm reading, iOS 9 introduced Universal Links. In the "Support Universal Links" section in Apple's App Search Programming Guide , it says that this is not exactly like deep linking with URL schemes, but I'm not totally clear about this topic: What is actually the difference(s) between Universal Link and the URL Schemes? Is it that a Universal Link is only for hyperlinks in websites, and the Mail or Messages apps? Do Universal Links replace URL schemes? Are Universal Links a type of deep link? Universal links is the iOS's capability of sending web url request to a given app, instead of