From 26ff08cfefb83918a6262acbf526a52871c3358b Mon Sep 17 00:00:00 2001 From: ggurdin Date: Tue, 24 Jun 2025 13:56:51 -0400 Subject: [PATCH] feat: redirect from mobile browser to app or appstore --- android/app/src/main/AndroidManifest.xml | 13 +++++++++++ ios/Runner/Info.plist | 10 +++++++++ ios/Runner/Runner.entitlements | 28 +++++++++++------------- web/index.html | 27 +++++++++++++++++++++++ 4 files changed, 63 insertions(+), 15 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index a4058486b..211d34df2 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -108,6 +108,19 @@ + + + + + + + + + + + ???? CFBundleURLTypes + + CFBundleURLSchemes + + pangea + + CFBundleURLName + com.talktolearn.chat + CFBundleTypeRole Editor @@ -113,5 +121,7 @@ io.flutter.embedded_views_preview + FlutterDeepLinkingEnabled + diff --git a/ios/Runner/Runner.entitlements b/ios/Runner/Runner.entitlements index 2b2a88dd1..91e1a0719 100644 --- a/ios/Runner/Runner.entitlements +++ b/ios/Runner/Runner.entitlements @@ -1,18 +1,16 @@ - - aps-environment - development - com.apple.developer.associated-domains - - applinks:example.com - - com.apple.security.application-groups - - - group.com.talktolearn.chat - - - - \ No newline at end of file + + aps-environment + development + com.apple.developer.associated-domains + + applinks:app.pangea.chat + + com.apple.security.application-groups + + group.com.talktolearn.chat + + + diff --git a/web/index.html b/web/index.html index 1a3730e5e..cdb551c4d 100644 --- a/web/index.html +++ b/web/index.html @@ -70,6 +70,33 @@ }); }); + + + + +