From 050157696d81b84731eb0b7363c59e7aa87f3b4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20Sentu=CC=88rk?= Date: Mon, 26 Jun 2023 18:30:48 +0200 Subject: [PATCH] feat: add whatsapp link redirection to ios app - added `LSApplicationQueriesSchemes` to `info.plist` to redirect whatsapp links in the webview in the application to whatsapp application SVA-1047 --- app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index ecdb00acd..46d453e04 100644 --- a/app.json +++ b/app.json @@ -26,7 +26,8 @@ "NSPhotoLibraryUsageDescription": "Diese App nutzt die Medienbibliothek für die Auswahl eines Profilbildes.", "NSLocationWhenInUseUsageDescription": "Diese App nutzt die Standortbestimmung um Ihre aktuelle Position auf der Karte darzustellen.", "CFBundleLocalizations": ["de"], - "CFBundleDevelopmentRegion": "de_DE" + "CFBundleDevelopmentRegion": "de_DE", + "LSApplicationQueriesSchemes": ["whatsapp"] }, "config": { "usesNonExemptEncryption": false