From 17c6282e7236c75478f987b5a335f398776e0a26 Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Tue, 6 Nov 2018 13:03:04 -0500 Subject: [PATCH] Add Apple deep link page (#1075) --- public/apple-app-site-association | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 public/apple-app-site-association diff --git a/public/apple-app-site-association b/public/apple-app-site-association new file mode 100644 index 000000000..69f3076b7 --- /dev/null +++ b/public/apple-app-site-association @@ -0,0 +1,9 @@ +{ + "applinks": { + "apps": [], + "details": [{ + "appID": "R9SWHSQNV8.to.dev.ios", + "paths": ["*"] + }] + } +} \ No newline at end of file