Closed spaquet closed 1 year ago
That's a great idea. I hadn't thought about that downside of including video detection in the core library.
I'll pull the video detector out into its own library, which will allow you to use QRCode without the Camera Usage requirement.
Hey @spaquet I've just pushed up v15.0.0 which has the video detection stuff pulled out into a separate target (QRCodeDetector) so you should be able to push a version of your app without NSCameraUsageDescription.
Can you update your app with the new version and see if it fixes your issue?
Closing. Assuming issue is fixed due to lack of response.
Hey @dagronf I will test later after the 4th. But thanks for updating the library so quickly. I really enjoy using it in the project I'm working on.
Once the app hits the App Store I'll let you know ;-)
Is there a way to only import the QR code generation part of the library. That would avoid having to fill the NSCameraUsageDescription in the Info.plist when uploading an app to TestFlight or the AppStore.