Skip to content

Commit 5f3a98b

Browse files
authored
Update README.md (#195)
- Updated the iOS permission string requirements
1 parent 44f74e2 commit 5f3a98b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ See [How to manually link IOS Intercom SDK](docs/IOS-MANUAL-LINKING.md)
326326
Add this permission to your `Info.plist`
327327
328328
```xml
329-
<key>NSPhotoLibraryUsageDescription</key>
330-
<string>Send photos to support center</string>
329+
<key>NSCameraUsageDescription</key>
330+
<string>Access your camera to take photos within a conversation</string>
331331
```
332332

333333
#### iOS: Push Notifications
@@ -500,7 +500,6 @@ Add the necessary permission descriptions to infoPlist key.
500500
...
501501
"infoPlist": {
502502
"NSCameraUsageDescription": "This is just a sample text to access the Camera",
503-
"NSPhotoLibraryUsageDescription": "This is just a sample text to access the Photo Library"
504503
}
505504
...
506505
}

0 commit comments

Comments
 (0)