diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 65a9dbe7..72cdff9f 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -20,6 +20,12 @@
+
+
+
+
+
+
aps-environment
development
+ com.apple.developer.associated-domains
+
+ applinks:app.flotilla.social
+
diff --git a/static/.well-known/apple-app-site-association b/static/.well-known/apple-app-site-association
new file mode 100644
index 00000000..3de9f2d8
--- /dev/null
+++ b/static/.well-known/apple-app-site-association
@@ -0,0 +1,11 @@
+{
+ "applinks": {
+ "apps": [],
+ "details": [
+ {
+ "appID": "TODO",
+ "paths": ["*"]
+ }
+ ]
+ }
+}
diff --git a/static/.well-known/assetlinks.json b/static/.well-known/assetlinks.json
new file mode 100644
index 00000000..720d0171
--- /dev/null
+++ b/static/.well-known/assetlinks.json
@@ -0,0 +1,10 @@
+[
+ {
+ "relation": ["delegate_permission/common.handle_all_urls"],
+ "target": {
+ "namespace": "android_app",
+ "package_name": "TODO",
+ "sha256_cert_fingerprints": ["TODO"]
+ }
+ }
+]