Skip to content

Commit

Permalink
Update README.md (#195)
Browse files Browse the repository at this point in the history
- Updated the iOS permission string requirements
  • Loading branch information
Br1an-Boyle authored May 2, 2024
1 parent 44f74e2 commit 5f3a98b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ See [How to manually link IOS Intercom SDK](docs/IOS-MANUAL-LINKING.md)
Add this permission to your `Info.plist`
```xml
<key>NSPhotoLibraryUsageDescription</key>
<string>Send photos to support center</string>
<key>NSCameraUsageDescription</key>
<string>Access your camera to take photos within a conversation</string>
```

#### iOS: Push Notifications
Expand Down Expand Up @@ -500,7 +500,6 @@ Add the necessary permission descriptions to infoPlist key.
...
"infoPlist": {
"NSCameraUsageDescription": "This is just a sample text to access the Camera",
"NSPhotoLibraryUsageDescription": "This is just a sample text to access the Photo Library"
}
...
}
Expand Down

0 comments on commit 5f3a98b

Please sign in to comment.