Add placholder changes for deep linking

This commit is contained in:
Matthew Remmel
2025-08-26 10:37:45 -04:00
parent 69e1f97e72
commit 689cfb6d45
4 changed files with 31 additions and 0 deletions
+6
View File
@@ -20,6 +20,12 @@
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" /> <category android:name="android.intent.category.LAUNCHER" />
</intent-filter> </intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
</intent-filter>
</activity> </activity>
<provider <provider
+4
View File
@@ -4,5 +4,9 @@
<dict> <dict>
<key>aps-environment</key> <key>aps-environment</key>
<string>development</string> <string>development</string>
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:app.flotilla.social</string>
</array>
</dict> </dict>
</plist> </plist>
@@ -0,0 +1,11 @@
{
"applinks": {
"apps": [],
"details": [
{
"appID": "TODO",
"paths": ["*"]
}
]
}
}
+10
View File
@@ -0,0 +1,10 @@
[
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "TODO",
"sha256_cert_fingerprints": ["TODO"]
}
}
]