Qt crashes if user doesn't allow Camera on iOS
Unsolved
Mobile and Embedded
-
see https://bugreports.qt.io/browse/QTBUG-65740
if user disables Camera permission from Settings or answered No as he/she was asked,
Qt App crashes if Camera and VideoOutput are used.
Didn't found a way to detect that Permissions are not set.does someone know HowTo detect if Camera Permissions are set on iOS ?
-
Hi,
AFAIK, there's nothing currently directly available through Qt.
Something like described in this stack overflow answer would likely do the job.
-
@SGaist thx
also got feedback from QTBUG-65740
will come back tomorrow or so and publish solution