From 74cb3d7b782f3cfe8167ee7d7b32a8cdf70765d7 Mon Sep 17 00:00:00 2001 From: "Luis J. Espinoza" Date: Fri, 21 Feb 2025 11:50:02 -0600 Subject: [PATCH] feat: add apple app site association for deep linking --- public/.well-known/apple-app-site-association | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 public/.well-known/apple-app-site-association diff --git a/public/.well-known/apple-app-site-association b/public/.well-known/apple-app-site-association new file mode 100644 index 0000000..153023d --- /dev/null +++ b/public/.well-known/apple-app-site-association @@ -0,0 +1,19 @@ +{ + "applinks": { + "apps": [], + "details": [ + { + "appID": "6740096631.com.qompa.app", + "paths": [ + "/onboarding/*" + ] + } + ] + }, + "activitycontinuation": { + "apps": ["6740096631.com.qompa.app"] + }, + "webcredentials": { + "apps": ["6740096631.com.qompa.app"] + } +} \ No newline at end of file