From 5737fc555cfedb85b4b874cff439fcf417d4d32a Mon Sep 17 00:00:00 2001 From: Anneke Sinnema Date: Tue, 13 Apr 2021 12:21:47 +0200 Subject: [PATCH 1/2] Enable universal links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enables “universal links” to be opened in the native iOS app instead of on the website (https://developer.apple.com/library/archive/documentation/General/Conceptual/AppSearch/UniversalLinks.html) Signed-off-by: Anneke Sinnema --- .well-known/apple-app-site-association | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .well-known/apple-app-site-association diff --git a/.well-known/apple-app-site-association b/.well-known/apple-app-site-association new file mode 100644 index 000000000..e69de29bb From 5217206bb103f4b324acce28daecda916ad6a90f Mon Sep 17 00:00:00 2001 From: Anneke Sinnema Date: Tue, 13 Apr 2021 13:26:52 +0200 Subject: [PATCH 2/2] Updated file Signed-off-by: Anneke Sinnema --- .well-known/apple-app-site-association | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.well-known/apple-app-site-association b/.well-known/apple-app-site-association index e69de29bb..d36131d7e 100644 --- a/.well-known/apple-app-site-association +++ b/.well-known/apple-app-site-association @@ -0,0 +1,13 @@ +{ + "applinks": { + "apps": [], + "details": [ + { + "appID": "C2H38GV99H.nl.rijksoverheid.ctr", + "paths": [ + "/app/*" + ] + } + ] + } +}