This plugin is created to serve Huawei Mobile Services and Google Mobile Servies availability check on the Android platform.
- Add plugin to your projects.
cordova plugin add https://github.com/onurkenis/cordova-service-checker.git
- Check Huawei Mobile Services availability:
const isHmsAvailable = await cordova.plugins.CordovaServiceChecker.isHmsAvailable();
- Check Google Mobile Services availability:
const isGmsAvailable = await cordova.plugins.CordovaServiceChecker.isGmsAvailable();
Commit messages must comply with conventional commits. Otherwise commitlint will complain.
Thanks to commitizen, npm run commit
command can be used to create commit messages complying with conventional commits.
Don't forget to install dependencies with npm install
before to use commitizen.