python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Error reading from camera: PlatformException(CAMERA_ERROR, QrReader couldn't open camera, null, null) on iOS with qr_mobile_vision
I am testing my app on and iOS and scanning qr codes functionality https://pub.dev/packages/qr_mobile_vision is not working for me with error mentioned in title.
I add
platform :ios, '11.0'
I make bo...
Karol Wiśniewski
Votes: 0
Answers: 2
Best Practice way to handle locationAlways permission request in iOS
How are we supposed to handle, when a user denies the permission request for kCLAuthorizationStatusAuthorizedAlways ? As i understand it, we don't get a direct response to requestAlwaysAuthorization, ...

Lukas Kurz
Votes: 0
Answers: 0
React-Native Expo Location Getting iOS Permissions
I'm developing a react-native app with Expo, and using expo-location for getting a phone's location.
Here are all my dependencies, in case there are conflicts unknown to me:
Dependencies
In the curren...
CodeCodeCode
Votes: 0
Answers: 1
Which permission does app needs to access gallery image and upload it to online?
My React Native 0.66 app needs to access the gallery images and upload it to online if a user decides to do so. There are 3 permissions in Android related to gallery image access and I am not clear ab...
user938363
Votes: 0
Answers: 1