From e68279292326648dc6cd12beac06ebfa0ebfc401 Mon Sep 17 00:00:00 2001 From: reasje Date: Wed, 30 Oct 2024 17:26:36 +0330 Subject: [PATCH 1/2] config: Add deep linking IOS --- ios/Runner/Info.plist | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 9a60cfe8..05c51b51 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -66,6 +66,27 @@ $(FLUTTER_BUILD_NAME) CFBundleSignature ???? + CFBundleURLTypes + + + CFBundleTypeRole + Editor + CFBundleURLSchemes + + com.googleusercontent.apps.810578982053-p196bn8p9ipg3709v4ftk2a28fcvi6ka + + + + CFBundleTypeRole + Editor + CFBundleURLName + com.moonchain.mxc + CFBundleURLSchemes + + moonbase + + + CFBundleVersion $(FLUTTER_BUILD_NUMBER) FlutterDeepLinkingEnabled @@ -124,20 +145,6 @@ Would you allow Moonchain Wallet to use the Speech Recognition? PermissionGroupNotification Would you allow Moonchain Wallet to use the Notification? - - CFBundleURLTypes - - - CFBundleTypeRole - Editor - CFBundleURLSchemes - - - com.googleusercontent.apps.810578982053-p196bn8p9ipg3709v4ftk2a28fcvi6ka - - - - UIApplicationSupportsIndirectInputEvents UIBackgroundModes From 6aae53e643bff94d4b6b87c8dfd791ce7d877061 Mon Sep 17 00:00:00 2001 From: reasje Date: Wed, 30 Oct 2024 17:27:45 +0330 Subject: [PATCH 2/2] config: Android deep link --- android/app/src/main/AndroidManifest.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index b8a389b9..68588d9c 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -102,12 +102,18 @@ - + + + + + + + + +