We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f74e2 commit 5f3a98bCopy full SHA for 5f3a98b
1 file changed
README.md
@@ -326,8 +326,8 @@ See [How to manually link IOS Intercom SDK](docs/IOS-MANUAL-LINKING.md)
326
Add this permission to your `Info.plist`
327
328
```xml
329
-<key>NSPhotoLibraryUsageDescription</key>
330
-<string>Send photos to support center</string>
+<key>NSCameraUsageDescription</key>
+<string>Access your camera to take photos within a conversation</string>
331
```
332
333
#### iOS: Push Notifications
@@ -500,7 +500,6 @@ Add the necessary permission descriptions to infoPlist key.
500
...
501
"infoPlist": {
502
"NSCameraUsageDescription": "This is just a sample text to access the Camera",
503
- "NSPhotoLibraryUsageDescription": "This is just a sample text to access the Photo Library"
504
}
505
506
0 commit comments