diff --git a/app.json b/app.json index 315ea13..6683045 100644 --- a/app.json +++ b/app.json @@ -21,8 +21,8 @@ "aps-environment": "development" }, "infoPlist": { - "NSPhotoLibraryUsageDescription": "Allow $(PRODUCT_NAME) to access your photos.", - "NSPhotoLibraryAddUsageDescription": "Allow $(PRODUCT_NAME) to save photos.", + "NSPhotoLibraryUsageDescription": "Allow $(PRODUCT_NAME) to access your photos/videos in order to attach them to repair orders in the system.", + "NSPhotoLibraryAddUsageDescription": "Allow $(PRODUCT_NAME) to save to your photos/videos in order to attach them to repair orders in the system.", "ITSAppUsesNonExemptEncryption": false } }, @@ -75,7 +75,7 @@ [ "expo-media-library", { - "photosPermission": "Allow $(PRODUCT_NAME) to access your photos.", + "photosPermission": "Allow $(PRODUCT_NAME) to access your photos/videos in order to attach them to repair orders in the system.", "savePhotosPermission": "Allow $(PRODUCT_NAME) to save photos.", "isAccessMediaLocationEnabled": "true" } @@ -83,7 +83,7 @@ [ "expo-image-picker", { - "photosPermission": "Allow $(PRODUCT_NAME) to access your photos and upload them to the system." + "photosPermission": "Allow $(PRODUCT_NAME) to access your photos/videos in order to attach them to repair orders in the system." } ], "expo-localization",