diff --git a/Btchap/SupportingFiles/Info.plist b/Btchap/SupportingFiles/Info.plist index ec38ef38e..c4cf1f06d 100644 --- a/Btchap/SupportingFiles/Info.plist +++ b/Btchap/SupportingFiles/Info.plist @@ -53,6 +53,10 @@ In order to show who among your contacts already uses Tchap, we can exploit the e-mail addresses of your address book. These data will not be stored. For more information, please visit the privacy policy page in the app settings NSFaceIDUsageDescription Face ID is used to access your app. + NSLocationAlwaysAndWhenInUseUsageDescription + When you share your location to people, Tchap needs access to show them a map. + NSLocationWhenInUseUsageDescription + When you share your location to people, Tchap needs access to show them a map. NSMicrophoneUsageDescription Tchap needs to access your microphone to take videos, and record voice messages. NSPhotoLibraryUsageDescription diff --git a/DevTchap/SupportingFiles/Info.plist b/DevTchap/SupportingFiles/Info.plist index cbd3ec180..d819fc083 100644 --- a/DevTchap/SupportingFiles/Info.plist +++ b/DevTchap/SupportingFiles/Info.plist @@ -51,6 +51,10 @@ In order to show who among your contacts already uses Tchap, we can exploit the e-mail addresses of your address book. These data will not be stored. For more information, please visit the privacy policy page in the app settings NSFaceIDUsageDescription Face ID is used to access your app. + NSLocationAlwaysAndWhenInUseUsageDescription + When you share your location to people, Tchap needs access to show them a map. + NSLocationWhenInUseUsageDescription + When you share your location to people, Tchap needs access to show them a map. NSMicrophoneUsageDescription Tchap needs to access your microphone to take videos, and record voice messages. NSPhotoLibraryUsageDescription diff --git a/changelog.d/998.change b/changelog.d/998.change new file mode 100644 index 000000000..c6978091c --- /dev/null +++ b/changelog.d/998.change @@ -0,0 +1 @@ +Ajout des textes d'alerte d'activation de la géolocalisation dans les targets Btchap et DevTchap \ No newline at end of file