react-native-camera/ios/RN
Laurin Quast 3f8b7954c5
fix(ios): only check permission descriptions availability in debug build (#2070), Fixes #2069
It seems like Apple is rejecting apps that access a Info.plist usage description that is not available. This conflicts with enhanced developer warnings I implemented in #2048.

To fix that I changed the implementation to only check if the usage descriptions are available in `DEBUG` mode. I also added a note developer warnings, that the app might crash in release mode because using a feature that requires a usage description without having one provided will result in an application crash).
2019-01-25 11:03:50 +01:00
..
RNCamera.h feat(rn-camera): deviceOrientation, videoOrientation, pictureOrientation 2018-12-12 15:04:08 +01:00
RNCamera.m feat: allow camera scene when audio permissions are denied (#2048), Fixes #2047, Fixes #2051 2019-01-18 15:58:48 +01:00
RNCameraManager.h WIP: Implement video stabilization mode property for ios (#1606) 2018-06-05 11:21:22 +01:00
RNCameraManager.m fix(ios): only check permission descriptions availability in debug build (#2070), Fixes #2069 2019-01-25 11:03:50 +01:00
RNCameraUtils.h implement text recognition for ios (#1775) 2018-09-03 10:11:09 -03:00
RNCameraUtils.m fix(ios): ensure orientation is retrieved from main thread (#1958) 2018-12-13 10:44:07 +01:00
RNFaceDetectorManagerStub.h Make FaceDetection optional in iOS 2018-01-26 19:12:01 -02:00
RNFaceDetectorManagerStub.m Make FaceDetection optional in iOS 2018-01-26 19:12:01 -02:00
RNFileSystem.h Fix build problem, save image on cache directory and return uri on response. 2018-01-23 10:38:13 -02:00
RNFileSystem.m Fix build problem, save image on cache directory and return uri on response. 2018-01-23 10:38:13 -02:00
RNImageUtils.h Merge branch 'master' into width_control_and_rotation_fix 2018-02-26 14:13:22 +01:00
RNImageUtils.m fix(ios): use roundf instead of casting to prevent truncated images (#1832) 2018-11-06 11:07:45 +01:00
RNSensorOrientationChecker.h Feature/orientation by accelerometer (#1786) 2018-09-13 12:57:18 -03:00
RNSensorOrientationChecker.m fix(ios): ensure orientation is retrieved from main thread (#1958) 2018-12-13 10:44:07 +01:00
TextDetectorManagerStub.h implement text recognition for ios (#1775) 2018-09-03 10:11:09 -03:00
TextDetectorManagerStub.m implement text recognition for ios (#1775) 2018-09-03 10:11:09 -03:00