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

how to override NSCameraUsageDescription provided by this package? #364

Open
vesper8 opened this issue Dec 9, 2021 · 1 comment
Open

Comments

@vesper8
Copy link

vesper8 commented Dec 9, 2021

I already had my own NSCameraUsageDescription description in my config.xml file and this package has replaced it by The camera is used to scan QR codes.

This has actually led to Apple rejecting my app now because the message is too vague and according to Apple: We noticed that your app requests the user’s consent to access the camera, but doesn’t sufficiently explain the use of the camera in the purpose string.

Short of forking the app, could anyone explain how can I override this message with my own?

Many thanks

@nxt-hj
Copy link

nxt-hj commented Dec 17, 2021

<edit-config file="*-Info.plist" mode="overwrite" target="NSCameraUsageDescription">
    <string>你的权限申请说明</string>
</edit-config>

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

2 participants