Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ In your `AppDelegate`'s `FinishedLaunching (..)` implementation, call:
ZXing.Net.Mobile.Forms.iOS.Platform.Init();
```

Also, add the following permission on your Info.plist file:
```
<key>NSCameraUsageDescription</key>
<string>Require access to camera to scan barcodes</string>
```

##### Windows Universal UWP

Expand Down