Skip to content

Commit

Permalink
Merge pull request #856 from smart-village-solutions/feature/SVA-1047…
Browse files Browse the repository at this point in the history
…-add-whatsapp-link-redirection-to-ios-app

feat: add whatsapp link redirection to ios app
  • Loading branch information
ardasnturk committed Jun 27, 2023
2 parents 9bc9534 + 0501576 commit ac84794
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 ac84794

Please sign in to comment.