From 9e56f5cf878f4e4e3a735d7e7e430abbec613108 Mon Sep 17 00:00:00 2001 From: Rita Date: Tue, 20 Dec 2022 16:10:18 +0400 Subject: [PATCH] feat(in-222): ios deeplink --- 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 00000000..0b2ca2f1 --- /dev/null +++ b/public/apple-app-site-association @@ -0,0 +1,9 @@ +{ + "applinks": { + "apps": [], + "details": [{ + "appID": "2X9NY5X2LZ.com.insports.ott", + "paths": ["*"] + }] + } +}