Skip to content

Commit

Permalink
feat: add whatsapp link redirection to ios app
Browse files Browse the repository at this point in the history
- added `LSApplicationQueriesSchemes` to `info.plist` to redirect whatsapp links in the
  webview in the application to whatsapp application

SVA-1047
  • Loading branch information
ardasnturk committed Jun 26, 2023
1 parent 9bc9534 commit 0501576
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0501576

Please sign in to comment.