Skip to content

Commit

Permalink
Added info about NSPhotoLibraryUsageDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
Jercik committed Jun 28, 2017
1 parent 8697858 commit 34cb3a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ func handle(URL: URL) {
}
```

### Sending Photos from device library

If you have file sharing enabled for visitors, you should provide usage description by including `NSPhotoLibraryUsageDescription` (`Privacy - Photo Library Usage Description`) key in your `Info.plist` file to avoid crash on iOS 10 or higher.

## Example Apps

Example apps can be found in the `Examples` folder. Samples for both Swift and Objective-C are provided.
Expand Down

0 comments on commit 34cb3a5

Please sign in to comment.