Background Geolocation plugin don't giving any responce

<plugin name="cordova-background-geolocation-plugin" spec="^2.0.10">
		<variable name="GOOGLE_PLAY_SERVICES_VERSION" value="11+" />
		<variable name="ANDROID_SUPPORT_LIBRARY_VERSION" value="23+" />
		<variable name="ICON" value="@mipmap/ic_launcher" />
		<variable name="SMALL_ICON" value="@mipmap/ic_launcher" />
		<variable name="ACCOUNT_NAME" value="@string/app_name" />
		<variable name="ACCOUNT_LABEL" value="@string/app_name" />
		<variable name="ACCOUNT_TYPE" value="${PACKAGE_NAME}.account" />
		<variable name="CONTENT_AUTHORITY" value="${PACKAGE_NAME}" />
		<variable name="ALWAYS_USAGE_DESCRIPTION" value="App requires background tracking " />
		<variable name="MOTION_USAGE_DESCRIPTION" value="App requires motion detection" /> 
	</plugin>

is not giving any response

Are these both the same issue, or related? Background Geolocation Plugin is not working in background

This is an actively maintained plugin that seems to be well supported. We’re happy to try and help, but have you contacted the plugin maintainer? They would be the best source of help, as they wrote the plugin.

Basically this plugin is working fine in cli / local project but not working in voltbuilder created apk thats why i ask in this forum