Hello,
I have a problem on an application when the plugin is not in the compiled APK. The validation at CheckHMSAvailabilityPlugin is incorrect.
Actually is $parameters.IsAvailable = !!HMSAvailability
needs to be $parameters.IsAvailable = !!window.HMSAvailability
Regards
Error while generating the app, please any one can help