Use this plugin to check if an android device has the Huawei Services
available. It would be helpful if you want to check if the device is a Huawei without Google Services
.
cordova plugin add https://github.com/pawfrolow/cordova-plugin-check-huawei-services-google-priority
or
cordova plugin add cordova-plugin-check-huawei-services-google-priority
// available => iOS + Android
CheckHuaweiServices.checkHuaweiServicesAvailability(successCallback, failureCallback)
-
successCallback({ status: boolean})
status will betrue
if the device is a Huawei device without Google Services. -
failureCallback(error:string)
is called if there was an error checking if the device has or not Google Services.