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

fix: permissions issue on expo sample app on iOS and add docs for the same #2546

Merged
merged 3 commits into from
Jun 10, 2024

Conversation

khushal87
Copy link
Member

🎯 Goal

🛠 Implementation details

🎨 UI Changes

iOS
Before After
Android
Before After

🧪 Testing

☑️ Checklist

  • I have signed the Stream CLA (required)
  • PR targets the develop branch
  • Documentation is updated
  • New code is tested in main example apps, including all possible scenarios
    • SampleApp iOS and Android
    • Expo iOS and Android

[
"expo-image-picker",
{
"cameraPermission": "$(PRODUCT_NAME) would like to use your camera."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"cameraPermission": "$(PRODUCT_NAME) would like to use your camera."
"cameraPermission": "$(PRODUCT_NAME) would like to use your camera for sharing in a message"

[
"expo-media-library",
{
"photosPermission": "$(PRODUCT_NAME) would like access to your photo gallery.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"photosPermission": "$(PRODUCT_NAME) would like access to your photo gallery.",
"photosPermission": "$(PRODUCT_NAME) would like access to your photo gallery for sharing in a message.",

"expo-media-library",
{
"photosPermission": "$(PRODUCT_NAME) would like access to your photo gallery.",
"savePhotosPermission": "$(PRODUCT_NAME) would like to save photos to your photo gallery."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"savePhotosPermission": "$(PRODUCT_NAME) would like to save photos to your photo gallery."
"savePhotosPermission": "$(PRODUCT_NAME) would like to save photos to your photo gallery after downloading from a message"

[
"expo-av",
{
"microphonePermission": "$(PRODUCT_NAME) would like to use your microphone."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"microphonePermission": "$(PRODUCT_NAME) would like to use your microphone."
"microphonePermission": "$(PRODUCT_NAME) would like to use your microphone for voice recording"

@khushal87 khushal87 merged commit 6dbc9bf into develop Jun 10, 2024
4 checks passed
@khushal87 khushal87 deleted the permissions-docs branch June 10, 2024 09:46
@github-actions github-actions bot mentioned this pull request Jun 17, 2024
6 tasks
@stream-ci-bot
Copy link
Contributor

🎉 This PR is included in version 5.32.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants