Dynamsoft / capture-vision-react-native-samples

Dynamsoft Capture Vision React-Native SDK Samples
https://www.dynamsoft.com/capture-vision/docs/introduction/
Other
15 stars 7 forks source link

Camera permission on launch - ios #35

Closed chernandez-bunnings closed 1 year ago

chernandez-bunnings commented 1 year ago

Our team relies on separate package for app permissions workflow. We noticed that the app in ios is not following the implemented workflow (android does).

Basically the app in ios requests the camera permission during the app first launch, but in android it only occurs on user demand when the camera is opened for the first time. The ladder is the better user experience.

This behaviour also occurs in the sample app.

Would it be possible to have a unified workflow more similar to what currently happens in android?

chernandez-bunnings commented 1 year ago

Closing this as it's been fixed as part of v.1.1.11