Skip to content

Commit 85937fb

Browse files
committed
Fix Apple App Store privacy strings for camera/microphone permissions
- Updated camera permission strings with specific examples (tutorials, procedures, training materials) - Enhanced microphone permission with detailed use case (voice narration for instructional videos) - Improved photos permission with clear example (selecting videos for projects) - Addresses Apple Review Guidelines 5.1.1 - Privacy - Data Collection and Storage - All permissions now include concrete examples as required by Apple
1 parent 63c1e37 commit 85937fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
[
5050
"expo-image-picker",
5151
{
52-
"photosPermission": "$(PRODUCT_NAME) needs access to your photos so you can select and share Pulse videos you've already recorded. You stay in control — we only access the videos you choose.",
53-
"cameraPermission": "$(PRODUCT_NAME) needs access to your camera so you can record new Pulse videos to share with your team. You decide what to capture and when to share it."
52+
"photosPermission": "$(PRODUCT_NAME) needs access to your photos to let you select previously recorded videos from your camera roll. For example, you can choose an existing video to add to your Pulse project or share it with your team. We only access the specific videos you select.",
53+
"cameraPermission": "$(PRODUCT_NAME) needs camera access to record instructional videos for knowledge sharing. For example, you can record step-by-step tutorials, document procedures, or capture training materials that you can then edit and share with your organization."
5454
}
5555
],
5656
[
5757
"expo-camera",
5858
{
59-
"cameraPermission": "$(PRODUCT_NAME) needs camera access so you can create Pulse videos that share your knowledge and experiences with others. You control what's recorded and shared.",
60-
"microphonePermission": "$(PRODUCT_NAME) needs microphone access to include your voice when recording a Pulse video. Audio is only captured as part of the videos you choose to record.",
59+
"cameraPermission": "$(PRODUCT_NAME) needs camera access to record instructional videos for knowledge sharing. For example, you can record step-by-step tutorials, document procedures, or capture training materials that you can then edit and share with your organization.",
60+
"microphonePermission": "$(PRODUCT_NAME) needs microphone access to record audio narration with your instructional videos. For example, when you record a tutorial showing how to use software, your voice explanation is captured alongside the visual demonstration to create complete training materials.",
6161
"recordAudioAndroid": true
6262
}
6363
],

0 commit comments

Comments
 (0)