When to add dependencies
As Scandit Data Capture SDK depends on WKWebView on iOS, it will be necessary to add this dependency manually, in case that your project is not using WKWebView yet. WKWebView is now being automatically added when you create an empty project, therefore, we have removed this dependency starting with the 6.5 version of our plugins.
Criteria for adding/not adding WKWebView dependency
Ionic and Cordova with cordova-ios@6.x:
- For Scandit SDK < 6.5 WKWebView dependency needs to be manually removed from our plugins
- For Scandit SDK ≥ 6.5 no changes are required
Cordova with cordova-ios@5.x or older:
- For Scandit SDK < 6.5 no changes are required
- For Scandit SDK ≥ 6.5 WKWebView dependency needs to be added manually