Closed edmckee closed 7 years ago
Try adding camera permissions in your info.plist (NSCameraUsageDescription attribute)
That worked. Great!
Sent from my iPhone
On Jul 13, 2017, at 4:34 PM, adrianclaveri notifications@github.com wrote:
Try adding camera permissions in your info.plist (NSCameraUsageDescription attribute)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Using Xamarin.Forms 2.5.235-pre-6 but same issue happened on Current stable releases.
Tried using on ZXing.Net.Mobile version 2.2.9 and 2.1.47 and same error occurs.
Here's the code, basically just the sample code.
` LaunchScanner() {
public AboutViewModel() { Title = "Scanner"; ScanCommand = new Command(async () => await LaunchScanner()); } public ICommand ScanCommand { get; } public async Task
if ANDROID
I've done the init in the AppDelegate.cs
ZXing.Net.Mobile.Forms.iOS.Platform.Init();
here's the error