Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any idea what permissions I need to grant on a Cordova (phone gap) app for the Quagga JS to work on iOS? #496

Open
ghevge opened this issue May 29, 2023 · 1 comment

Comments

@ghevge
Copy link

ghevge commented May 29, 2023

Hi,
Any idea what permissions I need to grant on an Cordova (phone-gap) app for the Quagga JS to work on iOS?

I've provided these so far, but doesn't seem to be enough, as the app doesn't sees the camera(s).

<!-- Camera related stuff -->
		<edit-config target="NSCameraUsageDescription" file="*-Info.plist" mode="merge">
		    <string>need camera access to take pictures</string>
		</edit-config>
		<edit-config target="NSPhotoLibraryUsageDescription" file="*-Info.plist" mode="merge">
		    <string>need photo library access to get pictures from there</string>
		</edit-config>
		<edit-config target="NSLocationWhenInUseUsageDescription" file="*-Info.plist" mode="merge">
		    <string>need location access to find things nearby</string>
		</edit-config>
		<edit-config target="NSPhotoLibraryAddUsageDescription" file="*-Info.plist" mode="merge">
		    <string>need photo library access to save pictures there</string>
		</edit-config>
@ghevge ghevge changed the title Any idea what permissions I need to grant on an Cordova (phonegap) app for the Quagga JS to work on iOS? Any idea what permissions I need to grant on a Cordova (phone gap) app for the Quagga JS to work on iOS? May 29, 2023
@ghevge
Copy link
Author

ghevge commented May 29, 2023

Hi @djoo . I've noticed that you opened an iphone related quagga issue recently, so I was wondering if you might be able to help me with my question? It sounds like you are able to acces the camera in your ios app.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant