MobbScan Cordova: Migration guides
How to migrate from a non-NPM version to NPM
Execute the following:
$ npx cordova plugin rm com.mobbeel.mobbscan
$ npm uninstall MobbScan
$ npx ionic cordova plugin rm com.mobbeel.mobbscan
$ npm uninstall MobbScan
Migrate to version v2.16.0 or later
As of v2.16.0 of the plugin, the following changes must be implemented in the iOS part:
- Configure MobbScan frameworks in your project. You can check how to do this in the getting started document.
- Detection interface literals have been updated. You can check the new ones in this link.
Migrate to version v2.18.0 or later
Since version v2.18.0 of the plugin, the Android native SDK uses androidx
libraries. This means that these libraries will be used on your project along with the MobbScan plugin, instead of the android.support
libraries.
Migrate to version v2.23.0 or later
In version v2.23.0, the video conference feature was extracted from the basic plugin. This means that you don't need to remove this functionality from your project, in the case that you don't need it.
This also means that, if you need the video conference feature, you have to install the new MobbScan VideoConference plugin. In order to do so, please take a look on the MobbScan Video Conference section.
Once you have installed the new plugin, your project will keep working as usual without changing the code.