From 9bafd2d2ac9f81195ccda619dcc3dfa5291ec818 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Thu, 18 Apr 2019 01:39:31 -0700 Subject: [PATCH 1/4] Minor changes to improve iOS app experience --- source/.well-known/apple-app-site-association | 12 ++++++++++++ source/_includes/site/head.html | 2 ++ source/ios/nfc.markdown | 12 ++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 source/ios/nfc.markdown diff --git a/source/.well-known/apple-app-site-association b/source/.well-known/apple-app-site-association index 6355e8876f0..a8eb7cc9c58 100644 --- a/source/.well-known/apple-app-site-association +++ b/source/.well-known/apple-app-site-association @@ -7,6 +7,18 @@ "paths": [ "/ios/*" ] + }, + { + "appID": "UTQFCBPQRF.io.robbie.HomeAssistant.beta", + "paths": [ + "/ios/*" + ] + }, + { + "appID": "UTQFCBPQRF.io.robbie.HomeAssistant.dev", + "paths": [ + "/ios/*" + ] } ] } diff --git a/source/_includes/site/head.html b/source/_includes/site/head.html index e45b34cb78a..2bb426ee405 100644 --- a/source/_includes/site/head.html +++ b/source/_includes/site/head.html @@ -32,6 +32,8 @@ + + diff --git a/source/ios/nfc.markdown b/source/ios/nfc.markdown new file mode 100644 index 00000000000..8fb2cf089cc --- /dev/null +++ b/source/ios/nfc.markdown @@ -0,0 +1,12 @@ +--- +layout: page +title: "Home Assistant Companion for iOS NFC Landing" +description: "The landing page for NFC tags containing Home Assistant Companion URLs" +release_date: 2019-04-17 15:00:00 -0700 +sidebar: false +comments: false +sharing: true +footer: true +--- + +This is a placeholder that is required to support Universal Links and NFC tags in the [Home Assistant Companion for iOS app](/docs/ecosystem/ios). From 8fadd42aa64b9983d78e831d7d465dec8892ed47 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Thu, 18 Apr 2019 01:53:04 -0700 Subject: [PATCH 2/4] Dont add smart app banner --- source/_includes/site/head.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_includes/site/head.html b/source/_includes/site/head.html index 2bb426ee405..e45b34cb78a 100644 --- a/source/_includes/site/head.html +++ b/source/_includes/site/head.html @@ -32,8 +32,6 @@ - - From 9ddbc91c4365fcd724d1223417d3c00e3af4170a Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Thu, 18 Apr 2019 01:53:10 -0700 Subject: [PATCH 3/4] Disable sharing on NFC page --- source/ios/nfc.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ios/nfc.markdown b/source/ios/nfc.markdown index 8fb2cf089cc..80a6ecc1976 100644 --- a/source/ios/nfc.markdown +++ b/source/ios/nfc.markdown @@ -5,7 +5,7 @@ description: "The landing page for NFC tags containing Home Assistant Companion release_date: 2019-04-17 15:00:00 -0700 sidebar: false comments: false -sharing: true +sharing: false footer: true --- From 75b6f170b9f1a8ffce6c2d98815ba466a758abf0 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Thu, 18 Apr 2019 01:54:36 -0700 Subject: [PATCH 4/4] Reverse order of apps --- source/.well-known/apple-app-site-association | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/.well-known/apple-app-site-association b/source/.well-known/apple-app-site-association index a8eb7cc9c58..0ae5d0cf17a 100644 --- a/source/.well-known/apple-app-site-association +++ b/source/.well-known/apple-app-site-association @@ -3,7 +3,7 @@ "apps": [], "details": [ { - "appID": "UTQFCBPQRF.io.robbie.HomeAssistant", + "appID": "UTQFCBPQRF.io.robbie.HomeAssistant.dev", "paths": [ "/ios/*" ] @@ -15,7 +15,7 @@ ] }, { - "appID": "UTQFCBPQRF.io.robbie.HomeAssistant.dev", + "appID": "UTQFCBPQRF.io.robbie.HomeAssistant", "paths": [ "/ios/*" ]