Crash when camera permission is denied. * I am using tag '7.5.0' because of my current swift version
mhmdrmdn94 opened this issue · 1 comments
mhmdrmdn94 commented
Crash when camera permission is denied. * I am using tag '7.5.0' because of my current swift version
yannickl commented
This is a normal behaviour, you must check before whether the permission are valid, like in the example project:
QRCodeReader.swift/Example/QRCodeReader.swift/ViewController.swift
Lines 60 to 88 in 20cb403