File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -326,8 +326,8 @@ See [How to manually link IOS Intercom SDK](docs/IOS-MANUAL-LINKING.md)
326326Add 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 }
You can’t perform that action at this time.
0 commit comments