From ba913f1d0a668556e4d24f98d475db3d662f1ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Coines=20Laguna?= Date: Mon, 19 Jul 2021 21:35:22 +0200 Subject: [PATCH] documentation enhanced to avoid iOS app crashing on iOS10(+) devices --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 7ef78fc62..0a6dcdd0a 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