問題タブ [wikitude-sdk]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
wikitude - Wikitude Cordova プラグイン - Android および iOS のエラーを処理する
Wikitude Cordova プラグインは、Cordova ベースのアプリで独自の拡張現実を作成するために使用されます。しかし、プラグインを追加して公式の例に従った後、アプリは失敗します。
Android では、app.wikitudePlugin.isDeviceSupported が次のエラーで失敗します。
Attempt to invoke virtual method 'int org.json.JSONArray.length()' on a null object reference
iOS では、アプリがエラーでクラッシュします。
This app has crashed because it attempted 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.
回避策はありますか。Android と iOS の問題を解決するにはどうすればよいですか?