and do not forget to insert those lines at plugin.xml:
<config-file parent="NSCameraUsageDescription" target="*-Info.plist"> <string>Type here your usage description</string> </config-file>
C
Colin.burn-murdoch
said
over 6 years ago
I'm still seeing this issue, using iOS 10.0.3 and Wikitude Cordova Plugin 5.3.0-3.3.1. It's working fine on Android, and on iOS 9.
I've added the NSCameraUsageDescription config into the file at plugins/com.wikitude.phonegap.WikitudePlugin/plugin.xml under the <platform name="ios"> section.
Donggua211