react-native-camera/ios
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
..
FaceDetector [iOS] Make GoogleMobileVision framework optional 2018-03-12 18:14:40 -03:00
RCT fix(rct-camera): crash when metadata.stringValue is nil (#2016) 2018-12-19 09:24:00 +01:00
RN fix(ios): only check permission descriptions availability in debug build (#2070), Fixes #2069 2019-01-25 11:03:50 +01:00
RNCamera.xcodeproj Feature/orientation by accelerometer (#1786) 2018-09-13 12:57:18 -03:00
TextDetector implement text recognition for ios (#1775) 2018-09-03 10:11:09 -03:00