You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description variable is not added to Info.plist file when using plugin version 6.0.6.
This is how plugin is defined in "config.xml": <plugin name="phonegap-plugin-barcodescanner" spec="~6.0.3"> <variable name="CAMERA_USAGE_DESCRIPTION" value="Because I need to scan barcodes"/> </plugin>
In result, upload to iTunes connect fails:
Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.
Everything works fine when rolling back to older plugin version - 6.0.3.
The text was updated successfully, but these errors were encountered:
Description variable is not added to Info.plist file when using plugin version 6.0.6.
This is how plugin is defined in "config.xml":
<plugin name="phonegap-plugin-barcodescanner" spec="~6.0.3"> <variable name="CAMERA_USAGE_DESCRIPTION" value="Because I need to scan barcodes"/> </plugin>
In result, upload to iTunes connect fails:
Everything works fine when rolling back to older plugin version - 6.0.3.
The text was updated successfully, but these errors were encountered: