diff --git a/readme.md b/readme.md
index 7ef78fc6..0a6dcdd0 100644
--- a/readme.md
+++ b/readme.md
@@ -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:
+```
+NSCameraUsageDescription
+Require access to camera to scan barcodes
+```
##### Windows Universal UWP