From ff8f59ed088d298610f8024a385ac51fd1e898e2 Mon Sep 17 00:00:00 2001 From: Mario Perrotta Date: Tue, 19 Dec 2023 15:12:52 +0100 Subject: [PATCH] chore(IT Wallet): [SIW-772] Add `BLE` permissions for `iOS` and `Android` (#5352) --- android/app/src/main/AndroidManifest.xml | 23 ++++++++++++++++++++++- ios/ItaliaApp/Info.plist | 6 ++++-- ios/ItaliaApp/it.lproj/InfoPlist.strings | 3 ++- 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 12d4718ed88..b5fbc125b59 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -44,6 +44,27 @@ + + + + + + + + + + + + + @@ -126,4 +147,4 @@ - + \ No newline at end of file diff --git a/ios/ItaliaApp/Info.plist b/ios/ItaliaApp/Info.plist index f96bcd43128..428eef92620 100644 --- a/ios/ItaliaApp/Info.plist +++ b/ios/ItaliaApp/Info.plist @@ -62,9 +62,9 @@ NSAppleMusicUsageDescription The app needs NSAppleMusicUsageDescription permission NSBluetoothAlwaysUsageDescription - The app needs NSBluetoothAlwaysUsageDescription permission + IO needs access to Bluetooth to allow you to search and exchange data with the verification app NSBluetoothPeripheralUsageDescription - The app needs NSBluetoothPeripheralUsageDescription permission + IO need access to Bluetooth to allow you to search and exchange data with the verification app NSCalendarsUsageDescription So that you’ll be able to add deadlines to your calendar and set a reminder. NSCameraUsageDescription @@ -89,6 +89,8 @@ You’ll be able to save bonuses, certificates and upload screenshots or payment notices. NSSpeechRecognitionUsageDescription The app needs NSSpeechRecognitionUsageDescription permission + NSBluetoothAlwaysUsageDescription + Our app uses bluetooth to find, connect and transfer data between different devices UIAppFonts TitilliumWeb-Black.ttf diff --git a/ios/ItaliaApp/it.lproj/InfoPlist.strings b/ios/ItaliaApp/it.lproj/InfoPlist.strings index 6967812fb9b..b18b75fd361 100644 --- a/ios/ItaliaApp/it.lproj/InfoPlist.strings +++ b/ios/ItaliaApp/it.lproj/InfoPlist.strings @@ -4,4 +4,5 @@ "NSFaceIDUsageDescription" = "IO ha necessità di accedere a Face ID per permetterti di effettuare un'autenticazione più veloce"; "NSPhotoLibraryUsageDescription" = "Potrai salvare bonus e certificati, caricare screenshot e avvisi di pagamento."; "NSMicrophoneUsageDescription" = "IO ha necessità di accedere al microfono nel caso in cui desideri mandare una nota vocale"; -"NSPhotoLibraryAddUsageDescription" = "Potrai salvare immagini dall'app sul tuo dispositivo."; \ No newline at end of file +"NSPhotoLibraryAddUsageDescription" = "Potrai salvare immagini dall'app sul tuo dispositivo."; +"NSBluetoothAlwaysUsageDescription" = "IO ha necessità di accedere al Bluetooth per permetterti di cercare e scambiare dati con app di verifica"; \ No newline at end of file