Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update camera, contacts and photos usage strings for App Store review. #6560

Merged
merged 1 commit into from
Aug 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Riot/Assets/en.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
*/

// Permissions usage explanations
"NSCameraUsageDescription" = "The camera is used to take photos and videos, make video calls.";
"NSPhotoLibraryUsageDescription" = "The photo library is used to send photos and videos.";
"NSCameraUsageDescription" = "The camera is used to make video calls, or take and upload photos and videos.";
"NSPhotoLibraryUsageDescription" = "Allow access to photos to upload photos and videos from your library.";
"NSMicrophoneUsageDescription" = "Element needs to access your microphone to make and receive calls, take videos, and record voice messages.";
"NSContactsUsageDescription" = "Element will check your contacts with your identity server to find who is on Matrix.";
"NSContactsUsageDescription" = "They will be shared with your identity server to help find your contacts on Matrix.";
"NSCalendarsUsageDescription" = "See your scheduled meetings in the app.";
"NSFaceIDUsageDescription" = "Face ID is used to access your app.";
"NSLocationWhenInUseUsageDescription" = "When you share your location to people, Element needs access to show them a map.";
Expand Down
2 changes: 1 addition & 1 deletion Riot/Assets/en.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"authentication_verify_msisdn_waiting_button" = "Resend code";
"authentication_verify_msisdn_invalid_phone_number" = "Invalid phone number";

"authentication_terms_title" = "Server policies";
"authentication_terms_title" = "Privacy policies";
/* The placeholder will show the homeserver's domain */
"authentication_terms_message" = "Please read %@’s terms and policies";
"authentication_terms_policy_url_error" = "Unable to find the selected policy. Please try again later.";
Expand Down
2 changes: 1 addition & 1 deletion Riot/Generated/Strings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ public class VectorL10n: NSObject {
public static var authenticationTermsPolicyUrlError: String {
return VectorL10n.tr("Vector", "authentication_terms_policy_url_error")
}
/// Server policies
/// Privacy policies
public static var authenticationTermsTitle: String {
return VectorL10n.tr("Vector", "authentication_terms_title")
}
Expand Down
6 changes: 3 additions & 3 deletions Riot/SupportingFiles/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
<key>NSCalendarsUsageDescription</key>
<string>See your scheduled meetings in the app.</string>
<key>NSCameraUsageDescription</key>
<string>The camera is used to take photos and videos, make video calls.</string>
<string>The camera is used to make video calls, or take and upload photos and videos.</string>
<key>NSContactsUsageDescription</key>
<string>Element will check your contacts with your identity server to find who is on Matrix.</string>
<string>They will be shared with your identity server to help find your contacts on Matrix.</string>
<key>NSFaceIDUsageDescription</key>
<string>Face ID is used to access your app.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
Expand All @@ -83,7 +83,7 @@
<key>NSMicrophoneUsageDescription</key>
<string>The microphone is used to take videos, make calls.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>The photo library is used to send photos and videos.</string>
<string>Allow access to photos to upload photos and videos from your library.</string>
<key>NSSiriUsageDescription</key>
<string>Siri is used to perform calls even from the lock screen.</string>
<key>UIBackgroundModes</key>
Expand Down
1 change: 1 addition & 0 deletions changelog.d/6559.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update camera, contacts and photos usage strings for App Store review.